Hi,
I'm setting up an automation so that a webhook from another app (Instantly) triggers it. Webhook contains 'email', 'label' and other values. The goal is - when LABEL is added, it should create a record or update the existing one.
I want to set up the following but so far failed:
- After the trigger of adding a label...
- If a record with the same 'email' field doesn't exist - create a new record.
- If a record with the same 'email' field exists - update the record and its label but DON'T replace the old label - just add the new one in the same field with the old one (multi select)
-----
I think I managed to set up the updating part (pic below) but I don't know how to prevent overwriting the 'label' field when the record with the same email exists.
Any ideas?
Thanks!