While invoking work flow assign datatable to In/Out arguments
In the same way while you are in the child workflow which has been invoked you can assign out_datatable variable to this argument and you will have its value in parent workflow.
See this also
Hi,
Newbie question maybe, but I’m unable to pass arguments into another workflow and cannot find any specific
answer as to why this shouldn’t work. I tried to create this workflow, exactly as instructed in:
The first workflow only passes an argument named “InputArgument” to the invoked workflow (Direction “In”). An argument named “InputArgument” is also declared in the second workflow as instructed. The SecondWorkflow only
has a messagebox that quotes the InputArgument variable. So, everyt…
Thanks,
Prankur