Now I’m working on the RPA development and I encounter the problem.
I use the external config file(excel) and the config information will be imported into dictionary<string, object> variable(Variable name:Config) once the robot started. e.g (Name:FILEPATH, Value: temp\test.txt)
If the variable is string then I can use in_Config(“Variable Name”).Tostring method.
However if it is array variable, how can I handle it?