This is specific to DV.
I am needing to create collections in my Power Apps and I'm finding that for larger events I'm exceeding the 2000 row threshold.
My workaround is to use the Power Automate, List Rows with Pagination and use the Response action to bring data back.
Here's the "headscratching moment" and the later "aha" moment.
My row counts are dynamic and my Dataverse tables have parent/child relationships and Power Apps is great about honoring those with the filter functions, etc... so I can get values from multiple tables.
But by default, the Power Automate workaround above is a single table. That makes it extremely hard to bring in data from multiple tables and build out the relationships if you ultimately want to query from parent, child tables, etc..
The aha moment - comes when I realize I can use FetchXML to achieve this pulling in data from multiple tables in one ListRows action in Power Automate.
I want to see if I'm on the right track here and FetchXML is the ideal answer to this when you need to pull in data exceeding 2000 rows from DV from multiple tables for the creation of collections?
True/False?
If there a better method?
I feel like the rabbit hole keeps getting deeper and deeper.