Hi all,
When someone submits a form, I already know we have a relatively empty record that exists for that submission. I want an automation to do the following:
Trigger: When a form is submitted
Action 1: Find a record by matching phone numbers in the table to the form submission.
Action 2: Update the record in the table with the new information submitted on the form (5+ fields, some of the fields are drop-downs and some are free text).
In my test, it all seemed to go well, and then when we actually submitted something, it stopped working.