How to pass arguments?

i need to pass to the arguments
1.assigning one variable
2.assigning another variable in workflow.
3.writeline
4.invoke
any idea on ?

@priyankavivek,

Create arguments in the main workflow and same arguments in the sub workflows as well. The arguments should be of type In/Out so that you can get the data from another workflow and invoke it as an input argument to someother workflow

1 Like

how to pass arguments in writeline

Same as the variables, write line will display the arguments as well

1 Like

Does this help @priyankavivek ?

no…i just want to see them in writeline but its empty

Its because of assigning the arguments to the workflow. Are you sure you are passing those arguments correctly?

yes can i share my workflow? if any wrong just corect me please

Yes please…

Make it a zip file and share :slight_smile: