Now, lets create a Global constant“MyGlobalConst”with default value as 2. This constant can be used anywhere in the workflows but its value can’t be changed. If we try to change the value , it will throw an error.
Do you think it would be better to change Config variable (dictionary) with those global features? Would be possible to create those variables from Config.xlsx?
Config file is used to store the values of the variables but we can’t define the scope of the variable if we store in the config file , therefore global variables and constants can’t be use in config file.
I assume its not possible to dynamically create variables based on Config, but it should be possible to store Config as a global variable so it would not require to create argument for it in every workflow