Hello all,
I created arguments in a workflow but unable to import them in main.
Can someone clearly explain me about creating arguments and invoking them.
Hi @shama93 ,
You can use invoke workflow,
You can see more
https://docs.uipath.com/studio/standalone/2023.4/user-guide/using-arguments
regards,
LNV
Can you show what you tried…
You need to invoke that workflow in main using invoke workflow file activity…
Then when you click on import arguments on invoke workflow file activity you would be able to link them with variables or arguments in the main or invoked workflow
Hope this helps
Cheers
1.invoke your workflow
2.check the argument direction of your invoked workflow
3.create one argument in main sequence direction as I/O
4.pass it into your workflow