This error occurs because Blue Prism has specific data types, and Guid isn't one of these, so to get around the issue the code stage needs to be amended so that if a variable is of Guid type, it is first cast to string and then this will be held as a...