How to use transaction block while dealing with database

I have data over 100 rows in excel. Need to insert all the row in Database one by one. The Bot should insert either all 100 rows or none. which means If there is an exception in any one row insertion of data then bot should not insert any data.

Please suggest how to use Rollback and use transaction blocks using UiPath studio.

Hi @Biswajeet_kumar

Please find the below thread.

Regards,
Chandrika.

@Biswajeet_kumar,

Use Activities - Start Transaction activity for this.

Thanks,
Ashok :slight_smile:

1 Like

this will help I guess, Thanks @ashokkarale

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.