In the filteredDataSeq.xaml, create an argument out_TaxID
in the arguments pane and assign it with a value.
Now get back to your invoke workflow file activity where you invoked the filteredDataSeq.xaml file and click on the Import Arguments button. Now you can see that the argument out_TaxID
is imported and in the Value column create a new variable(ctrl+k), say tax_id
and make sure its scope is the entire flowchart/sequence that you have used.
Create a new workflow say workflow2.xaml by using the invoke file activity and click on the Edit Arguments button and create a new argument, say in_TaxID
and in the Value column, provide the previously created variable tax_id
.
In workflow2.xaml create an argument in_TaxID
(same name used in the previous step) in the arguments pane. Make sure the Type is same everywhere.
Now you can use the in_TaxID
argument inside your