I have the formula below that has been working perfectly with SharePoint until we hit 500 request.
SortByColumns(Filter([@ClientReassignmentRequest],If(StatusFilter.Selected.Value="All",true,Status.Value=StatusFilter.Selected.Value), StartsWith(Summary, TextSearchBox1.Text),'Current Advisor'.Email=varUser.Email Or CreatorEmail=varUser.Email,txtSearch.Text in Summary || txtSearch.Text in Description|| txtSearch.Text in 'PINs Affected') , "Created", If(SortDescending1, Descending, Ascending))
I have this formula within it that is has delegation issues,
If(StatusFilter.Selected.Value="All",true,Status.Value=StatusFilter.Selected.Value)
basically I have an option where they can filter the request based the status.
How do I make that part occur once everything has happened in order to run the formula for only those items that are already pulled.
By the way this is used on a gallery