Pass argument from initialization to process state in REF

I have an argument having input element of a browser activity.
This is in initialization state of RE Framework.
I want to send this argument to Process state.
How do I send it?

If it’s actually a parameter you don’t have to do anything. Parameters (arguments) are available globally within your automation.

Hi @n-kumar4

Init state and Process state, both are present in the same xaml called ‘Main’.

So no need to create argument instead create variables by specifying scope.

Hope this will help you. Thank you.

Validate if your variable is in the General Business Process scope.

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