Hi can any one help me on this i have 7 xaml now a new xaml is been created to extract the info and pass it on

Hi can any one help me on this i have 7 xaml now a new xaml is been created to extract the info and pass it on

i have extracted the information in arguments can anyone help how to pass them in other xamls

i have a sequence where i am invoked all xaml in the flow like ----- excel ----- 2nd xaml----3rd xaml----4th xaml

Hi @manoj2500

In general, if you want pass information from a xaml to another xaml,
you just need put it in first xaml as output argument and save it to a variable in main xaml,
therefore use the variable as an input argument in target xaml.
You also can refer to below to confirm how to use Invoke Workflow File in detail.

2 Likes