Json parser error message in flow designer action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2025 01:33 AM
i am using the json parser step to parse the output from the rest message
please suggest if anybody come across this error message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2025 01:38 AM
Hi @rajamusani
Could you share the sample payload here to debug?
Based on the error message, I’m assuming that the output payload is not properly formatted.
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2025 02:21 AM
Hi @rajamusani
I think the JSON Payload being provided as an input to JSON parser step is invalid. Please extract the JSON and validate it using any online JSON Validator utility.
Alternatively, please share the payload here if possible for us to debug it further.
Thanks and Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2025 05:41 AM
I agree with the above statements. First take a look at the formatting of the JSON payload. You can use a JSON Validator like https://jsonlint.com/ to check that it's valid JSON as a starting point to troubleshoot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2025 05:44 AM
Hi Team,
sorry for the late response, I had removed the Json parser activity in my flow action, and after the "Rest Message" step, i had used "script" step , it seems working fine .Something issue with JSon parser activity.