How to make the variable value to be persistent in a given workflow? I don’t want it to be reset to null each time a given workflow is invoked. I though that ‘Modifiers: Mapped’ would do the trick but it does not.
Scenario: WF1 is invoked for the first time, str_someVariable is set to some value, later when WF1 is invoked for the second/third time original value of str_someVariable is kept.
I know I could use OUT argument to remember str_someVariable value in Main.xaml and then each time provide it as IN argument but I want to know if my approach is doable in UiPath.
If I understand it clearly - we want to have an variable value to be constant throughout and it should not change.
Some thing to consider -
Create an Asset in orchestrator with the value . Now whenever you want to use it - Just use a get asset activity - Pass the Asset Name and get the Value.
In case you are using RE Framework - This value could be the part of the constant sheet in the config.xlsx file of Project.