I have a list of customers in Salesforce, and I’ve set up duplicate detection for the phone field. When I manually try to create another customer with the same phone number, Salesforce shows a prompt asking if I want to save the record. This doesn’t block the save; it just displays a warning.
However, when I try to insert a record with the same phone number through MAKE, I encounter the following error:
RuntimeError[400]: A duplicate record was found. Are you sure you want to create the record?
How can I modify the process to ensure the record is inserted into the system despite the duplicate warning?
I’d appreciate any guidance or suggestions on how to handle this situation!