Hi I need your help in something
It should be simple but I can’t the answer
I have a config sheet where I read certain values and save them in variables.
Example:ID, Date
In my project I have four files
Main
Workflow1
Workflow2
Workflow3
In the “main” file , i will start by invoking workflow 1 to execute certain steps
Followed by workflow2 then 3
In both workflow 1 I rwad the variables from config
In workflow2,3 and 4 I need to use the same variables I had read from workflow1
So I don’t want to invoke the whole file I just need the variables
Is there any easy way to do it
I found it very complicated to declare central variables in uipath projects to be used in all files
Please advise