How do I match a submission to the right row to avoid duplicates when people re-submit?

Create an integration workflow that looks up an existing row before creating a new one. The submission will be matched using a unique value such as an email address, entry ID, phone number, or another record key. If the unique value is found, the workflow updates that row. If no match is found, it creates a new one.