Hello, this is my first post, and I hope to get a resolution as it is racking my brain.
What I am trying to do: I have a simple Parse JSON native module (without creating any data structure) getting data from chatGPT in JSON format and it breaks it down into arrays & collection (OUTPUT screenshot), and parse JSON output an array with 2 collections (1 & 2) and these output the values selected_image_url1 & selected_image_url2 mainly and other values but we are concerned about these values…sounds simple enough? Not really
Problem: Even though we can see the value from Parse JSON for selected_image_url2 it is not sent to the following module. See the scenario screenshot ChatGPT > PARSE JSON > Set Variables, this is the flow.
And now check the Tools screenshots (set variables screenshots) I am fetching both selected_image_url1 & selected_image_url2 but only getting selected_image_url1…why?
I have tried everything to test it out. I used get(), but the response remained the same. I removed** Parse JSON and then readded it and executed the scenario again, with the same result.
so I finally thought to ask for some expert help here, pls let me know if there are any questions for me. I have also attached blueprint of my scenario.
JSON output
Set variables and how even though parse json has url2 but it is not sending it to set variables
blueprint (16).json (354.8 KB)