Use case: You're importing customer data and matching records based on the email address. But some customers share the same email (e.g., shared support inboxes). If uniqueness isn’t critical, you can enable this option to proceed with the first match — for example, to just retrieve a contact ID or status.
2. Use Different Lookup Key Columns
Review your Lookup condition. Instead of relying on a single column, try using a more specific one that guarantees a unique match.
Use case: You're using Product Name
to look up product data, but multiple products might share the same name (e.g., "T-shirt"). Try using Product SKU
or Product ID
instead — these are more likely to uniquely identify the record.
3. Use Composite Lookup Keys
Add one or more set of columns to your existing lookup keys to form a composite key that narrows down to a single row.