Getting error in assign value

Hi, I have assigned the IsError = True before TRY Catch. In Try block where I am checking the condition, again I have assigned the IsError = False. I want to execute the Catch block but it’s not going into the Catch block instead of Executing other activity after TRY Catch. @Palaniyappan Kindly help

1 Like

@balkishan,

Place a IF and check for the IsError, in the else part Place a Throw Activity, so that catch block will be executed.

3 Likes

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