Filters not working with array aggregator?

Hello,

I have been trying to make a scenario with data store and make api.

I want to check in my data store if date 1 is older than 7 days or if date 2 is earlier or passed than tomorrow.

I managed to write the filter. But when there is no data store that matches the filter the scenario does not stop it keeps going.

Thank you again

To prevent the scenario from continuing when there are no results,

You need to show advanced settings and select the “Stop processing after an empty aggregation” field for the search/aggregator modules:

Screenshot_2024-01-22_220120

Screenshot_2024-01-22_220132

Screenshot_2024-01-22_220142

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

I don’t quite understand then. Should not the scenario stop right after the data store returns no date?

I added dummy dates
blueprint.json (15.1 KB)

Thanks for your help!

Is it possible to filter and make the scenario stop after the data store to save some operations?

No, this is because you are aggregating directly from the data store module, so the aggregator modules will run.

3 Likes