Getting all ARRAY values from output bundle

Hi

Hope someone can point me in the right direction.

I am using MAKE to get new bookings on SimplyBook.Me and that webhook is working fine.

I get a booking ID from the WEBHOOK and then get that booking.

I have this so far

Module 6 has the following OUTPUT (first few attributes)

What I want to get at is the VALUE of each of the ADDITIONAL FIELDS array, what module do I need to set a variable for each of the array records?

Hi @Stephen_Sutton,

check out the map() function. See this: https://www.make.com/en/help/mapping/mapping-arrays

Let me know if that helps or you need anything else.