I’m having trouble passing arguments into the Global Exception Handler, specifically the config arg. I can pass any type of string variable, but don’t know the syntax for iterating through the config dictionary.
I tried what you mentioned above and it didnt work. The variable type within the exception handler is UiPath.Activities.Contracts.ExceptionHandlerArgs, and it produces a variable like below. I’m having trouble iterating through the “out_Config”, Dictionary<string, object>(18) . Any ideas?