I have built a component for which I would like to use Dataverse as a datasource. I have mapped everything correctly.
The component filters a table and displays the result in a gallery. I am using Filter() to do this and I am using Table() as a dummy table for the schema.
When using this component in app, using the actual dataverse table as a property works fine. The issue is that I clearly have delegation issues as not all my results show up and more do when I change the delegation limit to 2000.
I know my formula isn't the issue. I have confirmed this by trying it directly in the app.
Copilot suggests that because I have used Table() function, this makes the component put a table in memory, and therefore when I connect my dataverse table to it (via a custom Table property) it puts it in memory too, hence the delegation issues.
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.