Hi,
When designing a PowerApps App, I encounter this run time error 'The requested operation is invalid. Server Response: Number of link entities in query exceeded maximum limit'.
I trace the error and it is related to an entity called 'Projects' I used in my app. I have a gallery with data source as 'Projects'. I have another form to edit the project. When I set the form item to GalleryProject.Selected, the run time error appears.
But if I save the app, quit the design mode and just run the app, the form seems working. The form doesn't work only in design mode because of the run time error above.
What is the cause of error and how to work around it? Thanks much!