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?
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.