It's resolved after checking the FunctionApp logs.
A number value is getting passed instead of Integer in one of the field which is causing issue, so explicitly converted that number value to Int and then passed it to functionApp and it worked.
Internal Server Error while invoking a functionApp from a LogicApp
Pranav Gupta
1
Reputation point
Hello,
I am trying to invoke a functionApp from a logicApp, but I am experiencing strange behavior.
If I am directly passing a created JSON with data, then it's working correctly, but If I am trying to create a body in the functionApp, getting InternalServerError.
Working when passing created body with data as shown below:
Result:
But not working when trying to create the body in FunctionApp:
Body:
Result:
Could someone please help?
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
1 answer
Sort by: Most helpful
-
Pranav Gupta 1 Reputation point2022-04-27T11:53:37.257+00:00