How to Parse Dictionary object (One Bundle) generated from a JSON Module

What are you trying to achieve?

My goal is to dynamically parse inputs coming from a JSON Module, where it’s output is a list of button names, It can be 2 buttons, 5 buttons or even 13.

Steps taken so far

I get an output from a JSON module as attached in “Picture 1”, My goal is Parse and Extract the value of “Name” key. after searching, I used an Iterator, but It didn’t see the JSON module I wanted to parse, after that I learned that the output is actually a dictionary not a List, that is why it is not seeing it as “picture 2” attached. I tried using manual values in the iterator module input to parse the JSON module like JSON35.Buttons.Name using the AI feature of make, but I gave me an empty array. I am a beginner so I don’t know how to navigate this.

Screenshots: scenario setup, module configuration, errors


Welcome to the Make community!

It should be as easy as doing this in your Parse JSON module.

Screenshot 2025-05-29 195530

Then, you will be able to map an array into the Iterator.

Hope this helps! Let me know if there are any further questions or issues. P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!

@samliew

Thank you… I don’t understand how to implement, which jSON module? My issue is the JSON module I am talking about is not seen by other modules, but I will take your advice and start using MAKE academy, maybe there is something I am missing. Thank you.

To do this, you can try using the JSON “Parse JSON” module.

For more information about the Parse JSON module and JSON app, see the corresponding Integrations page and the Help Centre documentation.

Hope this helps! Let me know if there are any further questions or issues. P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!

@samliew