28-12-23 07:56 AM
I intended to do the following
28-12-23 08:46 AM
[Mod Note: Moved to Blue Prism RPA forum]
06-01-24 09:34 PM
13-08-24 08:12 AM
I'm getting "Page not found"
13-08-24 09:22 AM
It's likely that there are data types from the DB that do not naturally match the BP datatypes, and some sort of manipulation is required. GUID is a typical example, it's everywhere in the DB and needs to be converted to make it output-able as the Text BP data type, e.g. CONVERT(NVARCHAR(36), ProcessID).