I’ve been going through tutorials and step-by step instructions, and I can’t figure out why my automation is not working properly. Please help!
I have two tables (Export and Projects), each with a field called “Slug”. When a record is created in the Export table, I need an automation to check the Projects table and compare the “Slug” fields. If there is a match, no action is required. If there is no match, then a new record needs to be create in the Projects table.
Here are my automation steps:

The trigger: When a record is created in the Export table.
Find records: Where Slug in the Projects table is equal to Slug in the Export table
If [Find Records > List properties > length] = 0, then create a new record in Projects.
Except, no new record gets created.



