Internal Server Error while invoking a functionApp from a LogicApp

Pranav Gupta 1 Reputation point
2022-04-27T11:07:19.337+00:00

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:
196976-image.png

Result:

196964-image.png

But not working when trying to create the body in FunctionApp:

Body:
196992-image.png

Result:
196977-image.png

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.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Pranav Gupta 1 Reputation point
    2022-04-27T11:53:37.257+00:00

    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.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.