In RE framework how can i get the variable from config dictionary in a newly created sequence

Hi,

I am new to using RE framework. Currently i want to use the config dictionary, which has been created from “InitAllSettings.xaml” file in another sequence i have created for login to acme system.

Hope i have made it clear.

Regards,
Masood

You have to make use of arguments (IN, OUT) to pass data from one workflow to another workflow.

Please refer how to use arguments in UIPath Academy.

Regards,
Karthik Byggari

Hi,

You can use the config that you have got as out argument from init all settings workflow
and pass as input perameter to other processes as arguments.
argument types=
in= input to that process
out= output from that process
in/out= both input and output for a process

let us know if this helps,

Regards,
Pavan H

Hi Pavanh & Karthik,

Thanks for your response.

Not yet got the solution.

Is it compulsory to invoke another workflow to get this done?

I am attaching the screenshot for your reference.

image

This is the Acme system URL in my config file.
image

I am not sure how can i import the argument in my “login to acme system” sequence.

Regards,
Masood

Yes, because you are getting the config from other workflow and you have to use that in other workflow please send the config as argument to this workflow

Let us know if this works.

Regards,
Pavan H

1 Like

Thank You Pavanh.

Now its working.

Regards,
Masood

1 Like

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