Bundles are not showing up as Dynamic Fields to Map into next step

I am trying to achieve the following…

**From a Webhook containing a message, I want to check my Podio system to see if a column is empty “Received Message 1” if it is. I want to update that column, with the message from the webhook **

Current Issue: The Array Aggregator is not showing the bundles, when I want to directly map to the next PODIO API sequence. Not allowing me to check to see if that column is empty or not.

As shown in the second photo, when I select the array with the current output it shows up to 180 fields. I need to see some of them. But when I select the next module, it does not show any of the fields.

How do I fix this??


Welcome to the Make community!

To map individual items in an array, you need to use map and get built-in functions.

E.g.:

{{ first(map(14.array; "config.delta"; "label"; "SMS Counter") }}

This means

Get the config.delta variable where the label property is “SMS Counter”.

This is Make 101. I strongly suggest doing the Make Academy before creating your first scenario.

For more information, see Mapping with Arrays below:

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 unofficial Make Discord server to chat with other makers!

1 Like