Is there a way to pass Child WF variables values to parent WF

Hi,
We are using a loop in our code we are using it in the parent workflow and a Workflow executor is attached inside the workflow.
now the iterations are based on the child WF variable, is there any way to pass the value from child to parent?

Hi! Sagar,

Yes you can depending on the scope of the variable.
Please refer to the video links below, you might find some useful information.

Thank you very much Seem,

Let’s try to work this around.

Use Copy Rows to Result plugin in the child workflow and in the parent workflow, double click on Child workflow or go to Edit, click on Result rows tab, specify the variable you want to return to parent workflow

1 Like