How to parse the API response from REST step in flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2025 04:23 AM - edited 05-07-2025 04:25 AM
I am using flow designer flow, sub flow, action
I am making a POST API call from rest step in flow designer. Sending a request body to a third party platform and expected to get a payload of data which can either success code or error code.
How to get the response back and update the same in ticket description.
The route, body, connection alias is all set properly. Pre processing script creates the request body.
When I call the action it trigger this api with params. I wamt to get back the api response body and parse it and update on ticket description field.
not clear with the output Thing in flow designer step
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2025 04:30 AM - edited 05-07-2025 04:34 AM
@Snehal13 - What is the response format you will be receiving from the API?
You can refer the below article for reference
Thanks & Regards,
Vasanth