Unable to get value from Invoked workflow into Main workflow

Please find attached, my workflow and let me know where I am going wrong. I have created the necessary variables and Arguments in both Main and invoked workflows.

I am still unable to get the value of variable ‘Outvalue’ into the Main workflow. (Messagebox pops up empty)

I agree that this is a basic level knowledge, but I have tried to understand the tutorial videos without success. So kindly help.

TransactionalProcess1.zip (12.8 KB)

Can you a screenshot if possible/unable to upload xaml

1 Like

Hi @nadim.warsi , missed the attachment. Thank you for notifying me.
Please check now.

So, the issues in your workflow is because you have same names of variables and arguments
Variables are considered before arguments

Your process is fixed. Have a look TransactionalProcess1.zip (5.0 KB)

Suggestion : Prefix ‘in_’ or ‘out_’ for arguments
More details :

2 Likes

Variables are considered before arguments

This piece of information was the key. Thanks a ton! :slight_smile:

1 Like