Problems Processing Multiple Array Collections in a Iterator

What are you trying to achieve?

I am trying to process multiple collections from an array being processed via an Iterator.

The question is what is the best way to condition ot determine whether an array has multiple collections and process these accordingly.

Steps taken so far

A form is completed in Fillout that triggers a webhook. I am using the Iterator to successfully process nine fields. The problem is that the Fillout form allows for multiple entries to certain fields, and these added entries are currently being ignored.

Attached is an example of the second collection that also needs to be processed

Screenshots: scenario setup, module configuration, errors

And here is the setup of the Iterator

Hey David,

where are you forwarding the results to?

You can add a second iterator to process the value array as well, but that is dependent on where and how are you mapping the data in Notion.

Hi Stoyan

Thanks for your prompt reply

I did think of what you are suggesting but being new did not know what element to link.

After the Iterator i am running a Notion Get Page then using the Make Data Store to retrieve that file ID of the respective page Name icon image and then using a HTTP Request to update the page icon.

There is no limit of the number of individual field entries but I would not envisage more than a handful.

Hiya, could anyone assist?