Response body not generating in the flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
A response body is generating in the flow, so nothing is being passed to next if conditions, which is leading to the flow not executing properly. As error code and status code are generating, I wanted to know, which field is appropriate to use instead of response body.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hi @jahnavi_bitra ,
In you other thread ,as mentioned , check the role for your integration user account.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hello @jahnavi_bitra ,
According to my understanding, Response Body will always be populated if the API returns anything (even error JSON), so it is not reliable for flow conditions. The correct field to control execution is Status Code.
Best practice is to check that Error Code is empty and Status Code is in 200/201 range before proceeding to next steps.
If my response helped mark as helpful and accept the solution.

