Whats the best way to import multiple contacts to one account via the salesforce action to avoid duplicates
To avoid duplicates when importing multiple contacts to Salesforce, follow this two-step process: Step 1: Lookup existing contacts first Use the Lookup Record action to check if contacts already exist in Salesforce. Search by email address as the unique identifier to verify if records are already present. Step 2: Use conditional runs Set up conditional runs with AI formulas to only create contacts that don't already exist. This prevents duplicate records from being added to your CRM. Alternative: Use Upsert Consider using the Upsert Object action instead, which automatically updates existing records or creates new ones if they don't exist, based on a specified upsert field. By default, Clay prevents duplicate records in Salesforce, but this lookup-first approach ensures maximum data integrity.
This thread was picked up by our in-app web widget and will no longer sync to Slack. If you are the original poster, you can continue this conversation by logging into https://app.clay.com and clicking "Support" in the sidebar. If you're not the original poster and require help from support, please post in Clay Support.
