How to pass the Arguments/Variables from one workflow to another workflow
Hey @jothyprasanth.m
This link will help you on this.
Hi Gary,
No, you don’t need to invoke again back (in fact you shouldn’t - that would create a potentially infinite loop).
I think the article you linked explains it ok’ish. Look at the bottom for type of arguments - what you need is Direction being either Out (if you only want to return the value) or In/Out (if you want to send the variable, modify its value and return it).
Please note that in both cases (Out and In/Out):
you need to assign the value to the argument in the Workflow(1)
in th…
Note - Please search on the forum first before posting
Regards…!!
Aksh
2 Likes
rahul0709
(Rahul)
December 19, 2017, 5:56pm
3
Hi @jothyprasanth.m
Please look at the below link u will get it.
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
langsem
(Langsem)
June 27, 2019, 9:03am
4
Hello, i did check out the link that you provded in the topic. Its almost the same as i need,but i also want to pass in some variables from the previous workflow. so both ways and not only one way
1 Like