How can I solve this part

What are you trying to achieve?

I’m building an Order Logger + Notifier scenario using Make.com. The goal is to capture new orders submitted through a Google Form (which feeds into Google Sheets), check if the customer’s email already exists in the Data Store to prevent duplicates, and if the email is not found, log the order and save the email to the Data Store.
If the email already exists, the scenario should not log the order again and should not add it to the Data Store — effectively skipping duplicates.

Steps taken so far

I use the Search records in Data Store module to check if a certain value already exists. I mapped the total number of bundles from that search and added a filter using a numeric operator: Equal to 0 — because I want the scenario to continue only if no matching records are found.
But every time I run the scenario, the filter inspector says the total number of bundles is empty, and the filter doesn’t behave as expected.
I just want to ask — am I doing this right? Should I be using a different field or condition to check if the search returned zero results? Or is there a better way to filter based on whether the Data Store search found a match?
Thanks in advance!

Screenshots: scenario setup, module configuration, errors

Hey there,

there is an option on in the data store module to allow it to continue after an empty execution. Toggle the Advanced Settings button and you will see it.