cancel
Showing results for 
Search instead for 
Did you mean: 

How to generate ta GUID using BluePrism

SrinivasaraoVo3
Level 4
I want to work with SQL database where I want to generate GUID and save into sql database.Please help me in this
2 REPLIES 2

John__Carter
Staff
Staff
Research the SQL data type 'uniqueidentifier' or use a code stage with a line such as OutputText = Guid.NewGuid()

TomaszAdamski
Level 5
In Utility - Strings object you have Generate New GUID method.