
Thank you for taking the time to read my question.
I have an app connected to SharePoint lists.
I have the following statement to find all the records that have RecComplete = false... because false doesn't return anything, only =0 returns something... The equal sign is double blue underlined saying that a Boolean and a number cannot be compared.
Filter(MixingRecord,Title=SelectedFacility.Text,RecComplete=0)
The statement works on one list that has less than 5000 records but does not work on another list that has 7000+ records.
Is there a way to work around this? There is no way to "pre-filter" the list, those are the only two criteria.
Thanks