19.11Ask about duplicates
Business question:
“What should happen if the source sends a customer ID that already exists?”
Maybe:
update existing
Then:
“What if Salesforce already contains two Accounts with that ID?”
Now you've uncovered a data-quality exception.
Possible expected behavior:
fail + alert
rather than randomly choosing one.