Hi,
I have a sharepoint list that has huge amounts of Items going all the way back to 2015.
Each item has a unique number (Column "eTracker Number")
In my gallery I have successfully added a text box search for that number with this code:
Filter(eTrackers, TextInput1.Text in 'eTracker Number')
but this shows a delegation warning (May not work with large data sets). It only finds me the items from 2015 also.
How can I add to this code in order to search in the text box depending on the current year and last year or the last 200 or so entries?