Hi,
I'm getting a blue dot error for filtering a data table like this:
Filter(MyList, StartsWith(Title, ThisTitle), StartsWith(Class,ThisClass), DateDiff(Created, Today())=0).
The last part of the filter (intended to only show records created today) causes the error.
I'm worried that MyList will eventually exceed 500 records and the latest records (the ones i'm most interested in for this filter) are at the bottom of my sharepoint custom list. Will this filter stop working once the list exceeds 500 items? Is there a way to ensur that the 500 items that are evaluated in powerapps always include the latest ones?
Thanks in advance for your help!