web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Logic app error “Entity: xy_entity isn’t enabled for change tracking”

Christoph Maeder Profile Picture Christoph Maeder 195

Problem
Last week I created a new Logic app, which should trigger, when a record is modified. So I added the trigger, set the Entity to “xy_entity”. First time the logic app triggered I was getting the following error:

image

{
"status": 412,
"message": "Entity: xy_entity isn't enabled for change tracking. Please take a look at the link for more details: https://technet.microsoft.com/library/3fa9c316-9dc9-4b28-9abf-43a3fce5b01d.aspx",
"source": "mycrm.crm4.dynamics.com",
"errors": [],
"debugInfo": "clientRequestId: 8a853565-7bc5-4cd4-0000-9b5a03dc2fce"
}

Solution
I forgot to enable the “Change Tracking” option on the entity.

image

After enabling it, everything worked fine.

Comments

*This post is locked for comments