Problem to fetch the UUID from SQL Server
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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?
1 REPLY 1
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-10-23 08:41 AM
The problem has been solved.
