Logic app http request failed to parse payload

yang sun 26 Reputation points
2022-07-30T07:31:49.567+00:00

Hi,

I wonder if anyone has the similar issue.
I am using HTTP request on Logic App to receive a web service Post call.
This message has a large payload including a document data in Base64 string format. When I used parse json for the HTTP request body, it just came back empty.
When I clicked on 'download' for the input and output, I can see the pay load of the HTTP request.
226338-image.png

I am not sure how to get the HTTP request body data.
Thanks in advance.

Cheers,
Yang

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,542 questions
0 comments No comments
{count} votes

Accepted answer
  1. Kamlesh Kumar 3,866 Reputation points
    2022-07-30T14:47:07.497+00:00

    Hi @yang sun ,

    I tried to create a dummy LogicApp with large input and process it through. It's working fine for me. Please refer the below screenshot for a reference.

    226431-image.png

    Regards,
    Kamlesh Kumar

    Please don't forget to click on 205836-130616-image.png or upvote 205759-130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is How

    Want a reminder to come back and check responses? Here is how to subscribe to a Notification

    If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. David Broggy 6,291 Reputation points MVP Volunteer Moderator
    2022-07-30T13:06:09.753+00:00

    Hi Yang,

    There are definitely limitations on how much logic apps will process at a time, however there should be workarounds - see link below.

    You might try the 'allow chunking' switch in your options or there may be another solution that the Q&A community can suggest.
    logic-apps-handle-large-messages


Your answer

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