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?