Hi,
Please follow the steps then you can success.
1. Action1 parameters = select Output paramater as 'opvariable' and the type should select as 'Any'.
2. Action2 parameters = select Input parameter as 'opvariable' and the type as 'Any'.
3. parameterise the statement in Action2 as 'order = parameter("opvariable")'.
msgbox order
4. Pass the 'opvariable' in the RunAction statement which we specified at end of Action1 and run the test.
Now you can see the order number which you captured in 'Action1' and passing it to 'Action2'.
Please follow the steps then you can success.
1. Action1 parameters = select Output paramater as 'opvariable' and the type should select as 'Any'.
2. Action2 parameters = select Input parameter as 'opvariable' and the type as 'Any'.
3. parameterise the statement in Action2 as 'order = parameter("opvariable")'.
msgbox order
4. Pass the 'opvariable' in the RunAction statement which we specified at end of Action1 and run the test.
Now you can see the order number which you captured in 'Action1' and passing it to 'Action2'.