Question
3
Replies
941
Views
EY
Posted: July 5, 2017
Last activity: July 7, 2017
Closed
Solved
Setting variables to an automation.
Hi everybody.
I will describe my process here first,i have 5 automations in distinct projects(5) inside a solution then Ive made a sixth project that will call this other 5 automations.
So ive add the references of this automation on my sixth project, and im trying to execute in this order:
But in "autBlocoF100" i have some variables that i have to fill:
My question is, how i do that?
Thanks for helping!
Andre,
You can do this by going to the "autBlocoF100" automation and adding an entry point (The Execute block, as you have in your image). You will need to start your automation flow from this block.
Then, click the "+" button on the Execute block to add parameters. You can use these parameters to set the values of variables inside your "autBlocoF100" automation.
Lastly, replace the "auBlocoF100.Start" method for the "auBlocoF100.Execute" method in the automation above. You should see that this block now contains the same number of parameters as you have added in the "Execute" block inside the "auBlocoF100" automation. These parameters can either be hard-coded or the values can be passed through normal automation means.