I’m currently working on an attended bot for my employer. They’re encouraging us to use the Data Layer of the framework to enable the use of variables throughout the project without the need to create arguments. I cannot find anything in YouTube and I’m a loss on where to proceed with this aspect of the project. Help!
use the Config file
the initAllSettings workflow of REFRamework reads config file into a dictionary variable called Config
you can access each variable of the dictionary like this
Config("Variable1").toString
UiPath has introduced functionality of global variable. You just need to set scope of variable as ‘Global’ while creating variable and you can use it throughout the project.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.