Passign boolean value from invoke sequence to another invoke sequence

I have a Boolean type out argument called out_Item in the first sequence. I want to check the argument in the second sequence. I have created and in argument called in_item in the second sequence but can’t access the out_Item in the second sequence.

Capture

Can anyone please help me here?

PassingArgument.xaml (4.7 KB) Pass2.xaml (4.0 KB) Pass1.xaml (4.2 KB)

Please check this… here i am taking bool value from Pass1 to Pass2.

Thank you so much <3

1 Like

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