Hello,
How to pass a variable to in_Config argument? I want to debug a single file and in order to achieve that, I need to have something as a value for in_Config argument.
What is the best way to do that?
Thanks in advance.
Hello,
How to pass a variable to in_Config argument? I want to debug a single file and in order to achieve that, I need to have something as a value for in_Config argument.
What is the best way to do that?
Thanks in advance.
hija
start with If activity : in_config is Nothing
then assign in_config with New Dictionary(Of String, Object) From {{“keyval”,“objVall”}}
this can stay in production because then in_config is filled, and you always have data for debug
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.