How can I execute a stored procedure using “run command” activity passing a dictionary instead of passing arguments one by one?
The activity said that the parameter “Parameters” accepts a dictionary, but it doesn’t allow to put one, instead I need to create every argument one by one. Is it possible to pass a “dictionary{name_argument, argument}”
Regards

