Hi All,
What is the variable type for the Config variable in REFramework project?
Please help asap. Thanks in advance.
Regards,
Dev
Hi All,
What is the variable type for the Config variable in REFramework project?
Please help asap. Thanks in advance.
Regards,
Dev
In a UiPath REFramework project, the Config
variable is typically defined as a Dictionary(Of String, Object)
data type.
Config
, the keys are strings (text) that represent the names of configuration settings, and the values can be of various data types, often represented as objects.Object
. This flexibility allows you to store different types of configuration data, like numbers, text, or even more complex objects.Hope it helps!!
Thank you so much @Parvathy
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.