Forum Discussion
amaaiia
2 years agoSkilled Sharer
Set Stored Procedure parameter name as variable
Is there any way to set a stored procedure parameters name as input variables and not as fixed strings? I'd like to pass @item().param_name as variable as follows: I've seen a possible soluti...
- 2 years ago
Missing ending .params:
@json(string(concat('{"Params":{"',variables('par_name'),'":{"value":"',variables('par_value'),'","type":"String"}}}'))).params
amaaiia
2 years agoSkilled Sharer
Missing ending .params:
@json(string(concat('{"Params":{"',variables('par_name'),'":{"value":"',variables('par_value'),'","type":"String"}}}'))).params