Parse Json bug not passing values to the next module

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 :disappointed_relieved:

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? :disappointed_relieved:

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.

@codingmehelp
What if you put the numbers 0,1 between the 's in Results as follows?
203. Results[0]: selected_image_url1

heyy, I have tried that but not working, find it very strange why that is happening

Hi, did you manage to fix it? im having the same issue