Need help with config file

Does someone know where there’s a tutorial or something that can help me figure out how to read from the config file using the InitAllSettings.xaml workflow? I just can’t figure out how to pass back the arguments.

its just the excel sheet, it will read the sheet and gives you back all the values in Config file as the dictionary<key, value>, you just need to pass the argument as in_config(“the name of argument you want to pass”) example
in_config(“OrchestratorQueueName”) → extract the name of queue to pass in gettransaction item or in addQueue Item.

2 Likes

This works. Thank you!