cancel
Showing results for 
Search instead for 
Did you mean: 

Payload Not Received in JSON Format in Workato Flow App

yashasree
Deputy Chef II
Deputy Chef II

Hello,
I’m currently working with the Workato Flow App, and I’ve noticed that the incoming payload is not received in proper JSON format as expected.

Interestingly, when I use Python code within a regular recipe, the output is displayed correctly as a JSON object. However, when I try the same approach in a Flow App (Workflow), the output doesn’t appear in JSON format, it seems to be coming in as plain or formatted text, making it harder to work with. 
I’ve attached a screenshot below for reference

 

image.png

6 REPLIES 6

Obugari
Deputy Chef III
Deputy Chef III

Hi @yashasree ,
After submitting the form the response where it is store . If it is data table then trigger will be real-time at there u can enable formula mode using this formula to_json so it converts into json structure and if you use parse json then data pills will generate . I think it may helps you .
Can you confirm where the response are stored and is it file data type you are using

Thankyou

yashasree
Deputy Chef II
Deputy Chef II

Hi @Obugari ,

After submission, the data is stored in a DataTable. Since the payload format varies being either JSON or XML, it couldn't be processed using formulas. To handle this complexity, we used Python code