Skip to main content
Question

Question about automations

  • March 14, 2025
  • 1 reply
  • 11 views

Forum|alt.badge.img+1

I have a database and I would like that each time a person registers in the form, if he/she already exists in the database, just update his/her information and do not duplicate the contact (the database contains his/her ID number which is unique).

 

Thanks!!

1 reply

Milan_Automable
Forum|alt.badge.img+3
  • Participating Frequently
  • 35 replies
  • March 14, 2025

In a nutshell: You can create an automation that takes a New Record as a trigger; and then checks if any records exist with the same ID. If yes, the automation can then update the fields of the old records and delete the new one.

Alternatively, you can define a separate table for these form responses, and then use that the same way.

Best, Milan - Automable.AI Free Airtable consultation!-->


Reply