24-10-23 07:38 AM
Hi,
I am working on a project where I need to fetch data from SQL server. One of the data I need is the UUID. Unfortunately, I get the following error message "Internal : Could not execute code stage: System.Guid cannot be converted to a Blue Prism data type.".
After that I added "convert(varchar(50), [UUID])" in the SQL query. Now I do not get any value. Can anyone suggest how can I fix this problem?
24-10-23 08:41 AM
The problem has been solved.