Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Array Functions | Data Handling and Functions
Workflow Automation with Make.com

bookArray Functions

Note
Definition

Arrays are ordered lists of items. In Make, they appear whenever a module returns multiple values at once, such as rows from a spreadsheet, deals from a CRM, or results from an API search.

It is important to clearly distinguish between these two structures:

  • Arrays represent ordered lists, where position matters, first item, second item, third item;
  • Collections (objects) store related data as key-value pairs, such as a name and an email.

A very common pattern in automations is an array of collections, meaning a list where each item represents a complete record, for example, a list of contacts or transactions.

Arrays are everywhere in Make. Once functions like length(), get(), contains(), and map() become familiar, handling multi-item outputs becomes predictable, clean, and efficient.

question mark

Which array function would you use in Make to count how many items are in an array?

Select the correct answer

Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 2. Kapittel 3

Spør AI

expand

Spør AI

ChatGPT

Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår

Suggested prompts:

Can you give examples of how to use each array function in Make?

What’s the difference between using map and a regular loop for filtering?

How do I handle arrays of objects if I want to extract multiple fields?

bookArray Functions

Sveip for å vise menyen

Note
Definition

Arrays are ordered lists of items. In Make, they appear whenever a module returns multiple values at once, such as rows from a spreadsheet, deals from a CRM, or results from an API search.

It is important to clearly distinguish between these two structures:

  • Arrays represent ordered lists, where position matters, first item, second item, third item;
  • Collections (objects) store related data as key-value pairs, such as a name and an email.

A very common pattern in automations is an array of collections, meaning a list where each item represents a complete record, for example, a list of contacts or transactions.

Arrays are everywhere in Make. Once functions like length(), get(), contains(), and map() become familiar, handling multi-item outputs becomes predictable, clean, and efficient.

question mark

Which array function would you use in Make to count how many items are in an array?

Select the correct answer

Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 2. Kapittel 3
some-alt