Json parser error message in flow designer action

rajamusani
Tera Contributor

i am using the json parser step to parse the output from the rest message

rajamusani_0-1752136382156.png

please suggest if anybody come across this error message

4 REPLIES 4

J Siva
Tera Sage

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

Amit Verma
Kilo Patron
Kilo Patron

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.

Jeff K1
Kilo Guru

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.

rajamusani
Tera Contributor

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.