Dear community,
I’ve read some threads, but as I am new to Make, I still cannot figure out my mistake.
I think this is a very close case to my scenario:
I have an airtable form, in which people can pick many coworks they want to book an open day. Once the form is submitted, I want to send automatic emails to coworking managers to say they got a booking.
I’ve managed to do that successfully, but my issue now is that, one person can manage multiple coworkings, and instead of getting 8 emails, I want them to get 1 email with the sum of all the coworkings that were requested.
This is my flow:
So on Airtable, I have two tables, one for bookings, and another one with the coworking owners.
The first node search for new bookings using id as unique identifier.
Then as I have coworking places in Lisbon and Oporto, I’ve routed to two different paths (as they are different questions on my form)
Then, I iterate on each question using the formula "{Coworking Space} = “{{3.value}}” / {Coworking Space} = “{{4.value}}”.
I’ve tried an array aggregator before, but it hasn’t worked out. I’ve read many threads to use the text iterator, but there is where I struggle.
I’ve tried the airtable search records, and many formulas, including the previous one "{Coworking Space} = “{{4.value}}”, but then later I don’t get the fields on gmail (email and aggregated coworks)
Any idea how I can fix it?
Thank you so much in advance
blueprint.json (66.8 KB)