In the Automations Tab there’s this Option:
What I expect it to do is overwrite existing Connected Values.
The Automation shown above is supposed to fill a Mailing-List-Table which I intend to use with the Sendgrid Batch Emailer. I need this table to combine registered Users and other people into one mailing list. When the table is empty and I run the Automationen I get around 150 records, what I expect now when running the automation again is that the number of records does not change since every record is connected to the employee table and it just updates the existing records. What happens instead is the automation just runs a second time and creates another set of 150 records. Can someone explain me where I’m wrong?