Hi there,
I am trying to update Dynamics 365 for Sales record when a record is updated in SQL Server. So I have SQL Server "When an item is modified" as the first step and then I have "Update a record" in D365. I am putting in "id" as the Record Identifier. However, it gives me the following error each time.
{
"status": 400,
"message": "Invalid value: 34 provided for item ID",
"source": "dynamicscrmonlineconnectionprovider-westus.tip0-westus.p.azurewebsites.net",
"debugInfo": "clientRequestId: 9654cb9c-d61f-42ac-b653-77a81421e494"
}
