Get length of arrays which are not empty

The better answer is do not use a repeater module at all.

When there is an ARRAY, think ITERATOR.

Then, you can remove empty strings from an array with the built-in function remove

e.g.:

{{ remove(1.array; emptystring) }}

Screenshot_2024-07-29_100705

Output:

Screenshot_2024-07-29_100721

For more information, see the function documentation in the Help Center.

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

General

Help Center Basics

Articles & Videos

Hope this helps!

samliewrequest private consultation

Join the unofficial Make Discord server to chat with other makers!

1 Like