Argumentsand Variables

Hi all,
I am bit confused with the arguments and variables. Please help me

I have two text file one is PLC and the other is CLC. I am reading those two file and created arguments for those two as out_PLC and out_CLC. This is in the Initialization state. i need to pass these two arguments into two xamls in the initialization state and the same I need to pass into 5other xamls in the Process Transaction state as well.

Please help me

Hello

Variables and arguments are very similar to each other.

Variables are used inside a xaml only.
Arguments allow you pass values in or out of a xaml. (Please note the direction is defaulted to β€˜In’)

See the video:

1 Like

Hi @0bb4628e217fd43ac86ac9294

For doing that create the variables in the Main xaml (means General Business process in REFrameworks). Then use the out direction arguments to get the data from out of initialization, and import those out arguments with General Business Process variables.

To pass the these variables which contains data to the process xaml, create in direction arguments in the process xaml and import the in arguments with General Business Process Variables.

Hope it helps!!

1 Like

@mkankatala Thank you I got how to pass the arguments

1 Like

Happy Automation!! @0bb4628e217fd43ac86ac9294

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.