Hi there,
I'm getting started with automations from my team.
What I want to do :
TRIGGER: when a record enters a view/table (let's say table A)
ACTION: Find record: check if the record exists already in another table (table B)
Conditional actions:
- if it does, update the existing record in the table B
- if it doesn't, create a new record in the table B
For now I have the following on my testing base:
My issue lies on how to set up the conditional logic (basically to say "If the record is found, update this specific record).
I have a testing error here and I'm not sure what is wrong.
I've tried looking at this knowledge base article but when I click on the different set up actions it doesn't do anything, even with another browser
My goal is to create a masterlist of advocates from different programs (different teams using different tables), and some of these advocates can be in multiple programs, which is why I want to avoid duplicates in the masterlist
Thank you for any help!!