Hi! I have a Table with an “email” field already populated with some email addresses, and I would like to implement the following workflow:
- when a new email arrives (gmail inbox)
- Find the “From: email address” in the table.
- if there is a match, create a new record with the email content (subject, body etc.)
- if no match do nothing
so only emails from people already on the list are stored.
When using “Find in Airtable” as Step 2 and the “Create record” as Step 3, I don’t see how to do to create the record only if Step 2 found a match. Currently all emails are stored, as if the Find step was ignored.
On a different Zap I succesfully did an update of a record based on a match with the email address, but can’t figure out how to create a record instead.
any clues?
thanks a lot!