Filter for making sure duplicate records are not created

Hello @Christison_Lewis,
As per your attached screenshot, you’ve tried conditions like total number of bundle found from the previous search airtable module.

Now use operator Text operators: Not equal to and compare it with 0(zero).

Let’s try to dig it.
The total number of bundles always returns an Integer(numeric) value. So you can’t compare numbers with text.
Instead of operator Text operators: Not equal to Try Numeric operators: Not equal to
I think that’s all.

Make is very type-sensitive when you use different types of data.
I recommend you try this official course which will help you a lot.

1 Like