I created a zap to update a record for a custom object in salesforce.
Step 1 - Catch Hook - Finds the unique ID we use on all records
Step 2 - Find Record - looks up records based on the unique ID, this was tested and works
Step 3 - Update Record - I can set up the action and populate many of the fields but during testing, I get the following error
The record could not be sent to Salesforce.
Could not update the Card_Authorization__c record with ID Auth - 0600462: Provided external ID field does not exist or is not accessible: Auth - 0600462
I can create records fine in another zap. Can't figure out why this one is giving me issues.