Hello,
I am creating an app to track action items and their associated tasks. SharePoint lists are the backend. The app's home screen is a gallery of all Action items. If there are roughly 260 working days per year and at least 3 action items per day, it will be a little over 2 years before I hit the 2000 limit Power Apps limit. What should I consider in the design, today, to ensure the app will continue to work in the years ahead. The client wants to be able to see all of the Action items in a dashboard that I plan on setting up in Power BI so leaving them all in the Action Item list is desirable although I have considered archiving off completed action items into another list.
Some columns I have in the action items are due date, priority, status, and assignee.
Currently I have a filter combo box assigned to each field in the gallery as well as sort for each field in the gallery.
Looking even further out, what about the SharePoint 5000 item view limit does that impact the depth that the filter's can go. I am familiar with deligation I am just not sure I've seen or read anything about techniques for power apps and large datasets.