Delete a try catch

Hi !
I added a Try Catch in my sequence, do you know how to delete it without delete all my activities wuich are in my Try bloc ?

Thank you very much.

One way is to drag and drop all the activities outside the try catch block and then delete the try catch activity
U can also select all the activity inside try catch bring it out of the try catch block and then delete try catch

Regards!

1 Like

Select all the activities like you would on multiple folders or files in your desktop and move them all outside the try/catch scope. It’s the easier way!

Hope it helped!
Cheers :slight_smile:

Hi @jeremy_le_helloco

Just drag out all the activity from the Try catch , We don’t have any specific kind to remove from the try catch block

Hi @jeremy_le_helloco

Drag and drop all the activities from inside the try catch to outside. Then you can delete the try catch.

If there is sequence inside try catch collapse the sequence and you can easily drag and drop then all the activities will come out easily.

After that you can delete the try catch. If you delete the try catch with activities. All the activities with in try catch are deleted.

Hope it helps!!

Hi @jeremy_le_helloco

One way is to drag all the activities out of Try Catch Handler and delete Try Cath or if there you have all the activities placed under a sequence and drag the sequence out of the Try Catch Handler and delete the Try Catch activity.

Hope you understand!!
Regards

Hello Jeremy,
You can select all the Activities inside Try catch by either clicking on each activity with ctrl button pressed [ctrl+left mouse key] or Moving your mouse over all the activities like you select the Folders in desktop and then pasting it outside the Try block.
Hope this Helps.
Regards:-)