I have a Logic App, which executes a stored procedure in Azure SQL. Stored proc returns me a single value and that value has to be passed to Azure function in the HttpRequest. As per the run history of the Logic App, the HttpTrigger status is showing as Skipped.
Below is the logic app and its run history
Logic App
Passing value to Azure function
After triggering the Logic App
Run history of the logic app
It would be helpful if someone can help me in identifying the reason for Azure function status as 'Skipped'.
Thanks in advance.