I am using an old Power Apps canvas app template, "Shoutouts App" and I have fixed all the errors inherent with the template and made some customizations. Now I want to make sure I understand the Power Apps delegation implications and how the Activity Feed will work once there are >500 records or >5000 items in the ShoutoutsData SP list.
The search box in the header is txtSearchActivityFeed, which searches users and is referenced in the Activity Feed's gallery Items code. Since there are no delegation warnings in the gallery's Items code or any other place, I am expecting the Activity Feed gallery to display 100 records at a time and then increase to the next 100, etc. However, once there are >500 items in the SP list, will my txtSearchActivityFeed user search be limited to the first 500 records SP returns to Power Apps? Are there any other considerations that I need to be aware of once there are thousands of records in the SP list?
