Atheesan Murgesu
ย ยทย Mobile & Web Development with FlutterFlow

JSON Body of API response is empty while Raw Body Text still contains valid JSON string

I am currently facing the following issue:

I have defined an API call to an external endpoint. In the "response & test" view, everything looks fine. The JSON response is correctly parsed and I also get JSON paths suggested.

However, if I perform the same API call in an action, the "JSON Bod"y is suddenly empty (null), but the the "Raw Body Text" still contains a completely valid JSON string. I have been looking for 2 days into this issue now, but I can't figure out the root cause. The JSON returned in the raw body text looks completely fine...

Does anyone faced this before or knows how to tackle it ? Any help would be much much appreciated! Please find below some screenshots.

Test run looks fine:


However, when I perform the same API call via an action and map the result on in the UI, it looks as following:


Resolved Output:

4 replies