cancel
Showing results for 
Search instead for 
Did you mean: 

Problem to fetch the UUID from SQL Server

Anonymous
Not applicable

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?

1 REPLY 1

Anonymous
Not applicable

The problem has been solved.