I created a Flow where if a record is created in Common Data Service it will delay for 10 seconds an email containing the information from the record just entered. I had everything working up until I decided to make the email format a little better looking, deleted some dummy data I had entered and now it pops up this error in Flow:
The request failed. Response content: '{"status":412,"message":"A record with matching key values already exists.","source":"org50841ab4.crm.dynamics.com","errors":[],"debugInfo":"clientRequestId: dbdfdece-dad5-431e-abd7-ede83be8bdf2"}'.
From what I can tell the record is entered into Common Data Service just fine but I receive the same error every time. Can anyone help me with this?