Hello All,
I have WF where it insert data into an MS Sql database with a token value as its unique identifier.\
How can i ensure that the data has been successfully saved in the database before the WF moves forward.
My idea is, it needs to make a search in the database based on the token value and if it find it then the WF Moves forward else it gives an error message.
Any idea of how i can do this
part of my WF