Applies to Product - Power Apps
What’s happening?
The customer encountered a warning message after inserting two new lookup columns in the main Dataverse table, which resulted in exceeding the maximum limit of linked entities in a FetchXML query.
Reason:
The underlying cause is that there is a limit where one cannot have more than 10 linked entities in a FetchXML query, which is enforced by the system.
Resolution:
To resolve this, it is recommended to simplify the data model or entity permission model, which will help in simplifying the underlying FetchXML query prepared by the system.
