No Able to get argument value in outer catch

Hi All,

I am trying to get value of variable(Var1) which was initialized in the sequence3,
and i am throwing exception from there. now i want that variable value in main workflow catch block to write into report but getting empty value there.

ExceptionHandlingTesting.zip (17.2 KB)

Please help me out, and let me know if any details required.

Thanks & Regards,
Sagar.

Hey,
You need to invoke Sequence3 xaml file in the main (Assuming Var1 is outarugment in sequence3).
Then you can create a variable(say Variable1) in main.xaml and assign the value of Var1 → Variable1 in catch block (In main).

@rachrahul2

No I want value from inner invoke file only.