im having three workflows one inside each other. I want to retrieve one info from the most inside workflow. Im having problem while passing arguments. Please help me
In the invoke workflow activity of the most inside workflow, add a output argument. So that the invoke activity for the most inside one will return the output value to its calling workflow. Then, you can add another output argument for that workflow.
Now in the main workflow, you will have another invoke workflow to call the middle one. So that will return the value to the outer most workflow…
Outer most
Invoke
Middle workflow - output argument
Middle workflow - Invoke for inner most - returns output argument
Inner most workflow - output argument
1 Like
@Lahiru.Fernando Thank you
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.