How do I avoid duplicate records when the same person submits more than once?

To avoid duplicates, set up your integration to search for an existing CRM record before creating a new one. Matching is typically based on a unique identifier such as email address, phone number, or record ID. If a matching record already exists, the workflow should update it rather than create a second contact, lead, or deal.