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
Anonymous
2 years agoNot applicable
Hi amaaiia ,
Glad to know that you were able to get to a reoslution. Please continue using Fabric Community on your further queries.