Filtering an array based on multiple conditions, without iterator and filter?

Welcome to the Make community!

Using Iterator and Filter by itself doesn’t “waste” operations.

You’ll need to Iterate, Filter, and immediately re-aggregate back into an array.

This will only take TWO operations.

Alternatively, see if your external service has a module that allows you to insert filters in the Trigger module to filter out items you don’t need.

Links

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

3 Likes