I have 2 bases, one collects data from a form (Form DB) and one that I’d like to use as a master client database (Client DB) for individual companies we do business with.
Since the form may be filled out multiple times by one company I’m trying to use an automation to review the Client DB when a form is submitted and if the company is not already there, to add it.
Unfortunately companies are being added to the Client DB even though they are already on that list.
The following is my set up. Are my conditions wrong? Is my understanding of how the sequence works incorrect?
Trigger
Type: When a form is submitted
Table: Form DB
Form: Reg Form
Find Records
Table: Client DB
Find records based on: Condition
Conditions
*Where > Client Name > Is Not > Client Name (Step 1: Trigger)
Create Record
Table: Client DB
Any help on why this might be creating the duplicates is appreciated.