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?
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!