Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,449 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have created a workflow that is triggered by an update to a table in SQL server. It fires but the content is null.
The message appears in the service bus but content length is zero.
{
"headers": {
"Accept-Encoding": "gzip,deflate",
"Accept-Language": "en",
"Host": "ava-enrollment-360-wu-dev.azurewebsites.net",
"Max-Forwards": "10",
... etc ...
"Content-Length": "0"
}
}
Hi @codenpanda - Thanks for reaching out. Are you using the LA Consumption or LA Standard with a built-in SQL connector? I suspect the issue may be with the trigger.