
Announcements
I am sys admin on PowerApps and need to run a query/api/PowerShell to find the list of tables that have Change Tracking enabled, but was not able to find. Can you please point me to this query?
Many thanks!!!
the web api query you are looking for is
/api/data/v9.2/EntityDefinitions?$select=LogicalName,ChangeTrackingEnabled&$filter=ChangeTrackingEnabled eq true