Create an output argument

Hi Guys i need help…

I need to do something like this:
Create an output argument and assign it the value of the the extracted data table.

It should looks like this ?

Where out_Dt_Wls is a out argument… this is good solution for this task?

Use Assign activity to assign the ExtractDataTable to out_Dt_Wls

1 Like

You can also just select the Extract Structured Data activity and change the output property to your out argument, so change it from ExtractDataTable to out_dt_Wis and delete the ExtractDataTable variable from variables to avoid confusion. This would be my suggestion.

1 Like

Thanks for help. I solved this problem today making assign activity:)