Hello community, I am looking to create a zap that allows me to send to Notion (like a task) the first email of a chain of emails when I add a tag to it.

To determine if an email is new I search in the notion DB for the email url

Continued only if is False

Which if it is a new email I add it to Notion so it can determine if the task exists or not and so it is not repeated.
If the task does not exist, I create it adding the url of the email as a new property so that it can be compared in the following searches to avoid duplicates.


The problem is that despite the filters I have added, at least 2 duplicate tasks are created

In an email with 5 replies, I managed to filter 3 and 3 tasks were created in Notion (the ones shown as Stopped).



What could I add to avoid this behavior and get only one task per email?
Thanks and Best regards.