Try catch, what can be used besides throw

Hi there,

I am downloading excel from a website which is on a case basis. I am using try catch. I have input only to download one excel from individual case. If there is 2 excels, i want to send an email instead of throwing. However after sending email it goes to the next step which is validating the excel. What alternative i can use here?

@mark_rajkumar1

Create a boolean variable

Use assign activity in catch to set it to false…and default value use as true

and all activities after that you can keep in if and condition can be boolean variable

cheers

@Anil_G can draft me an example to understand better

@mark_rajkumar1

Here it is


cheers

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