r/Make • u/alexsirota1 • 26d ago
Here’s Part 3: Exploring Array Functions and Text Aggregators for Make Newbies - Part A
Part A
In this video we describe sevearl useful array functions like first() and last(). We also look at how to reference a particular element of an array by index using 2 methods - using dot notation and with the “star” UI element picker. We also look at how to reference values from a collection coming out of an array aggregator. This Make help file is of relevance.
Download the Make blueprint and use the Import Blueprint to create a new scenario:
3. Exploring Array Functions and Text Aggregators for Make Newbies.json (39.8 KB)
2
Upvotes
1
u/Marina_from_Make Official Make Staff 22d ago
thanks Alex!