JSON response from the Flows output different from request?

Is the JSON response from the flow output different from the JSON request?

I’m trying to create an expandable grid table in flow similar to my previous project, Expandable Grid Table Visualizer . and I noticed that the JSON output response is not the same as the original response.

At first, I thought there might be an issue with my HTML or JavaScript, but after further investigation, I found that the response itself seems to be incorrect. Am I missing something?

Here screenshots:

Flow :

https://www.postman.com/solar-shadow-357008/expandable-grid-table-visualizer/flow/673f3a1e11953c00324a3ea4

Thanks,
GT

I noticed a Parse Response option in the Send Request block under settings. I switched it from AUTO to JSON, and now the response is coming through perfectly. Thanks to this fix, my project is complete.
Cheers to me! :tada:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.