Try catch block stuck in try and does not execute catch, i have tried everything I know

1 Like

Did you hit continue in studio after the exception? Or have any ContinueOnError = true in the activity or the container activities parent of it?

I thought the try catch block has to run without me hitting continue after the error. Is that not so? ContinueOnError is not = true

Hi
You are running in debug mode
Kindly run in normal mode only then if any exception occurs it will go to catch block

Cheers @Malebo_Legologela

1 Like

@Palaniyappan That worked thank you.

1 Like

Cheers @Malebo_Legologela

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