Out data not getting passed in Apps

Hi All,

Refer to below screenshot.
“Check New Data” has a rule to start an automation and get some out_Argument values in return from the automation. Show message is showing the out_Arguments correctly for this.
However these out_Argument values are not getting passed in textbox “FullName”. Also if I put Show Message rule for this textbox, no value is coming up. Any reason for this?

Hi @tilarapiyush

Can you show how are you passing that out argument here in the TextBox.
It should be Somthing Like Processes.YourProcessName.out_VarName.

Hi,

Yep, that’s how I have passed the argument value. you can check the Item To Set as well, that looks fine I guess.