Help

Create CRM from an existing customer list

Topic Labels: Automations
Solved
Jump to Solution
405 1
cancel
Showing results for 
Search instead for 
Did you mean: 
lucacordone
4 - Data Explorer
4 - Data Explorer

Hello, I would like to create a CRM from an existing customer list, with an event management function.

In particular I have: a "customer" table and an "event" table.

Customers must register for the event by submitting a form (which inserts data into the "event" table). When the customer already exists, a tag is created into the "customers" table referring to the event. Or in any case a link between the "customers" table and the "list" table.

Do you have any suggestions? Thank you!

1 Solution

Accepted Solutions
TheTimeSavingCo
18 - Pluto
18 - Pluto

Use an automation that will trigger whenever the form gets submitted.  It'll have a "Find record" action to find the submitting customer's record in the "Customer" table, and then an "Update record" action to update the triggering record's linked field to the "Customer" table with the found record ID

See Solution in Thread

1 Reply 1
TheTimeSavingCo
18 - Pluto
18 - Pluto

Use an automation that will trigger whenever the form gets submitted.  It'll have a "Find record" action to find the submitting customer's record in the "Customer" table, and then an "Update record" action to update the triggering record's linked field to the "Customer" table with the found record ID