Passing out arguments

Dear Community,

I have a main workflow in which I retrieve some values from excel using the for each row and get row item activity. In that main workflow I invoke a workflow file and I want to sent out the variables I retrieved to that flow.

How to do so ? I first assign all the variable retrieved to arguments in my main workflow and then what ?

Thanks for your help !

Hello @CBahim,

Take a look at this:

https://studio.uipath.com/v2017.1/docs/managing-arguments

This is a simple example PassingArguments.zip (3.3 KB)

Regards,
Susana

1 Like

It worked for me. I was missing to add the argument in the vb section in Invoke activity.