My flow is setup to run a stored procedure when a webhook payload is received. It has 3 steps in order:
- http request
- http response
- execute stored procedure (V2).
When the webhook payload is sent the flow does not register that it has been received and you cannot view any activity in the run history . If you remove the stored procedure then the flow will register a payload is received in the run history and all the correct data comes through and can be viewed in the run history. In isolation from the http request/ response steps the stored procedure will run correctly if triggered manually.
It's as if the SP is breaking the ability of the flow from working even though it is the last step.
Has anyone else seen this before?