Hi folks,
We have a canvas app which has a SharePoint Online list as data source. This list has around 12K items. The below formula is used in power apps for items in gallery with this list:
Filter(SortByColumns(Filter('Consultant Skills',Employee.Email = varColEmployeeEmail && 'Skill Type'.Value = "Primary" ), "Created" , Descending ), Status.Value ="Approved" || Status.Value=Blank() )
All users receive below error when accessing the app:

The app used to work without any issues until last week (app is 2 years old). It used to have around the same number of items at that time as well. Any suggestions to resolve this issue?