I can't try this but see if below expression work
{
"count": "@{variables('YourVariableNameHere')}"
}
Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How do I use parameters in the body of Push method in data factory? It seems to allow static values or a parameter but not both.
Say I want my message body as {"count" :@Kritivasas }
But this isn't working, any ideas
I can't try this but see if below expression work
{
"count": "@{variables('YourVariableNameHere')}"
}
Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav
Hi @Accelerator ,
Welcome to Microsoft Q&A Platform. Thanks for posting the query.
In the web activity body, without using dynamic content option, please copy the syntax as below and let me know if it works. I reproduced and it worked for me as below.
{"count":"@variables('count')"}
Ref: issue
Please suggest if issue persists and we will be glad to assist further.
----------------------