Parse specific fields of a JSON

,

Here is the current Json I have:


An array with a list of clients with TONS of useless information.

I want to be able to filter out only specific fields, like ‘id’ and ‘name’, so I can have the array of the 5 clients but each of them only having the fields ‘id’ and ‘name’.

Im triying to parse the JSON with this specif structure, but it simply doesn’t work. It parses the JSON correctly but with ALL the fields.

Any help would be appreciated!

Welcome to the Make community!

The simplest way to do this is by using an Iterator-Aggregator combo.

This will allow you to select only the “fields”/properties of the collection that you want.

Screenshot_2024-07-03_100724

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

General

Help Center Basics

Articles & Videos

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!

3 Likes