Hello,
I’d like to extract each linked record and also their search field.
To explain the context
I have a table with cars
I have a table with peoples
I’ve linked peoples to a car
I would like to send a message to each linked person with the car’s information but I also need the person’s information such as email, first name, etc.
I’ve tried using an iterator but an Iterator can only extract a single element like the email but not the email and first name in 2 differents value
To solve this problem, I’ve used two Iterators but there are too many emails sent, if I have 3 people linked, the scenario sends 3 emails to each person.
I’ve tried the Text Parser but it’s the same thing.
I don’t know how to do it, it seems so easy but I can’t do it.
Thank you by advance !
Welcome to the Make community!
If you need assistance, please provide the following:
1. Screenshots of module fields and filters
Please share screenshots of relevant module fields and filters in question? It would really help other community members to see what you’re looking at.
You can upload images here using the Upload icon in the text editor:

2. Scenario blueprint
Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

(Note: Exporting your scenario will not include private information or keys to your connections)
Uploading it here will look like this:
blueprint.json (12.3 KB)
3. And most importantly, Output bundle of the AIRTABLE module
Please provide the output bundles of the AIRTABLE module by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.

A.
Save each bundle contents in your text editor as a bundle.txt
file, and upload it here into this discussion thread.
Uploading them here will look like this:
module-1-output-bundle.txt (12.3 KB)
B.
If you are unable to upload files on this forum, alternatively you can paste the formatted bundles in this manner:
-
Either add three backticks ```
before and after the code, like this:
```
input/output bundle content goes here
```
-
Or use the format code button in the editor:

Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.
Following these steps will allow others to assist you here. Thanks!
2 Likes
May peace be upon you @Alexis_Infinit
You can try adding an aggregator module after the last iterator. It should solve the multiple email issue
2 Likes