Execute Stored Procedure with a dictionary as an argument

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

1 Like

Hi @alvarosebastianqr

Try this.

create a dictionary with the parameters, convert the dictionary to a list of arguments, and then pass them as a formatted string