Extract an item and/or its value from an array of collections
From an Array of Collections (Names, Emails, IDs), you can extract an item (Email) and/or extract the value of an item (a specific email) using functions.
Greg Vonf
Software used in this automated workflow example
Integromat
Make
Summary
From an Array of Collections (Names, Emails, IDs), you can extract an item (Email) and/or extract the value of an item (a specific email) using functions. This can be useful when you need to work with data that is organized in a specific way, such as when extracting information from a list of customers or when dealing with complex data structures.
Detailed explanations
Step by step instructions
-
Add the "Array of Collections" trigger.
-
Add the "Extract Item" action.
-
In the "Array" field, select the "Array of Collections" trigger.
-
In the "Item" field, select the "Email" field.
-
In the "Index" field, select "0" to extract the first item in the array.
-
Save and run the scenario.
Business use case example
This scenario can be used to extract an email from an array of collections, for example to send a welcome email to new subscribers.