hello i hope you are well
I need to get the id variable from a database and store it in a variable in the UiPath, it is auto-incremented within the database.
However, I’m getting this error, could you help me?
“id” INT NOT NULL IDENTITY(1,1) PRIMARY KEY,
This is the bank id line