Try error but not run catch?

I use Try catch activity.
But now try error but now work in Catch.

Please guide me about it.

Hi @fairymemay ,

Can you please explain a bit more about the above line.

Thanks

@fairymemay
It clearly states some variable is not initialized

Please follow the below link,

1 Like

Hi,

If we run as debug mode, it will stop when exception occurs.
So, we can choose the following options.

  • Click Continue on ribbon menu. (Then it will flow to Catch state)
  • Just run (Not run debug)
  • Turn on “Continue on Exception” as the following before run debug.

Regards,

1 Like

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