Merging 2 arrays

I’m trying to combine 2 arrays but can’t quite figure out what I’m doing wrong. I have a webhook that gets an Airtable record which pulls in a “keyword” and a “recordID”. I then send that data to an API after which I want to update the same Airtable record with that updated API info. I thought I should be using an array aggregator so that it would combine the data from the webhook (record id and keyword) and the api info, then iterate through that. My output array looks like this: Zight 2025-02-21 at 3.07.56 PM where “tasks” is coming form the api and keywords are coming from the webhook. In the iterator I can only select one array in order for it to show individual bundles correctly. I can’t merge the info. Ultimately I want to be able to merge the recordID so that it knows what to update in Airtable. Zight 2025-02-21 at 3.09.15 PM

Any help with this would be appreciated.

Would you mind sending a picture of what you’ve put in the array aggregator module?

Sure. I think I got it working but not sure if it’s the best way to do it.

  1. Whole scenario: Zight 2025-02-21 at 4.33.34 PM
  2. Webhook: Zight 2025-02-21 at 4.33.58 PM
  3. The api output results: Zight 2025-02-21 at 4.34.27 PM
  4. Aggregator setup: Zight 2025-02-21 at 4.34.54 PM
  5. Aggregator output: Zight 2025-02-21 at 4.35.30 PM
  6. Iterator setup: Zight 2025-02-21 at 4.36.16 PM
  7. Iterator output: Zight 2025-02-21 at 4.36.34 PM
  8. Airtable setup: Zight 2025-02-21 at 4.36.50 PM

I partially used (fought with) ChatGPT to help with this. After a long battle, I setup the record id to map the keywords from the webhook and then the keyword to match it from the iterator. Then under keyword difficulty I picked that from the iterator as well. I’m not even sure if the aggregator is necessary but I think it’s working since it seemed to finally output the bundles correctly and update the individual records. I wanted to add another api in between here but not even sure how I would then go about combining that data.

Thanks.

Welcome to the Make community!

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

1. Relevant Screenshots

Please share screenshots of your scenario, any error messages, relevant module fields, and filters in question? It would really help other community members to see what you’re looking at.

2. Scenario Blueprint

Please export the scenario blueprint file to allow others to view the mapped variables in the module fields. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

3. Output Bundles of Modules

Please provide the output bundles of the modules 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”.

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!

That’s weird. How are you not able to access an external link? I’ve attached the images here. I prefer to do that rather than the entire export of bundles. It’s easier to see what I am doing.