How to move "Extract Table Data/ Build Data Table" data from one workflow to other workflow?

Hi,

My Requirement i want to put input table data/Extract Table data from one workflow to other workflow. Table Data having multiple lines. I need to pass this data other workflow for validation. How to Achieve this?

Could you please help any one?

Thanks,
Rama

Hi @rama_krishna_Rao

If you are invoking the child workflow in the parent workflow. Store the table data in a variable in Parent workflow. In child workflow create a argument of datatable datatype with in direction. In the invoke workflow activity click on import arguments and pass the variable to the argument.

Then by using arguments you can use the table data in one workflow to another workflow.

Hope it helps!!

Thanks @mkankatala ,

This is solution very helpful. Let me do it.

Thanks,
Rama

1 Like

It’s my pleasure… @rama_krishna_Rao

Happy Automation!!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.