Problem understanding Make Operation System

Hi community,

I’ve been looking for that answer for days, so this community is my last resort. Thanks for reading and maybe helping me !

Sorry if the topic already has been covered, I haven’t seen it so far.

First, I have an Airtable DB made of two tables :

  • Student,
  • Event.
    (this is for my guitar teacher, let’s call him Ludovic)

The process is easy :

  1. There is a form new student must complete, and it’s alimenting the student table,
  2. There is a form Ludovic must complete to create events like “Friday jam” or “Wednesday theory” etc.

⇒ Then I’m using a script in Airtable to trigger the Make scenario, and send SMS to students via Twilio ; Ludovic can send an invitation to :

  1. Everyone,
  2. Specific group (we agreed on beginner, intermediate and advanced, but it might evolve),
  3. Only a few students, added manually,

Below you can see the form :

And some further informations :

  • Who do you want to inform ⇒ Everyone | Group | Individually | Group + individually
  • Level required ⇒ Beginner | Intermediate | Advanced
  • Student ⇒ from the student table (creating a multiple linked record)

Some precision on the second point. I’m only able to do it one group at a time (using a single select field), and I’m working on using “multiple select” so we can send a message to two or more groups.

That being said, trouble begin :

  1. Ludovic want to send a message to groups + add (or remove) specific students.

So the scenario at the bottom is my last try to achieve it :

  1. The webhook is sending the informations of the event.
    1. The output is giving an array of students manually added,
  2. I’m using a filter to only get students with the deisred playing level.
  3. I’m using Airtable’s module “Get a record” to get informations on the students with their ID
  4. Before that, I have to use an Iterator because if I don’t “Get a record” is only able to give one of the students,
  5. Then I’m using and Array Aggregator to aggregate the students agin, but it’s achieving two operations and that’s my problem !
  6. So after looking for answers It appears the solution is to use an Aggregator and “close the loop” but it’s still making two operations.
  7. And at the end, I’m using a “Search records” module to get informations about
  • To summarize, I have students with the matching level directly from the student tab (Search records)
  • And I have students from the event table, which are a multiple linked records.
    • My goal is to aggregate everything in a single array, and then send my message.


Please let me know if you need more informations, I’d be happy to send them.

PS : I apologize if you’re eyes are bleeding, not a native english speaker..

I have a few more pictures here :


Welcome to the Make community!

You have not yet provided sufficient information to demonstrate the problem that would allow us to reproduce the scenario and any error(s).

To allow others to assist you with your scenario, please provide the following:

1. Relevant Screenshots

Could you please share screenshots of your full scenario? Also include screenshots of any error messages, module settings (fields), relevant filter settings (conditions), and module output bundles. We need to see what you’re working with to give you the best advice.

You can upload images here using the Upload icon in the text editor:

We would appreciate it if you could upload screenshots here instead of linking to them outside of the forum. This allows us to zoom in on the image when clicked, and prevent tracking cookies from third-party websites.

2. Scenario Blueprint

Please export the scenario blueprint. Providing your scenario blueprint file will allow others to quickly recreate and see how you have set up the mappings in each module, and also allows us take screenshots or provide module exports of any solutions we have for you in return - this would greatly benefit you in implementing our suggestions as you can simply paste module exports back into your scenario editor!

To export your scenario blueprint, click the three dots at the bottom of the editor then choose ‘Export Blueprint’.

You can upload the file here by clicking on this button:

3. Output Bundles of Modules

Please provide the output bundles of each of the relevant modules by running the scenario (you can also get this without re-running your scenario from the History tab).

Click on the white speech bubbles on the top-right of each module and select “Download input/output bundles”.

A. Upload as a Text File

Save each bundle contents in a plain text editor (without formatting) as a bundle.txt file.

You can upload the file here by clicking on this button:

B. Insert as Formatted Code Block

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
These are the two ways to format text so that it won’t be modified by the forum:

  • Method 1: Type code block manually

    Add three backticks ``` before and after the content/bundle, like this:

    ```
    content goes here
    ```

  • Method 2. Highlight and click the format button in the editor

Providing the input/output bundles will allow others to replicate what is going on in the scenario, especially if there are complex data structures (nested arrays and collections) or if external services are involved.

Sharing these details will make it easier for others to assist you.