I am building a PowerApp that has a SharePoint list with 14,000+ records in it as its data source. I need my users to be able to search for a text string within a field. However, the Search function is not delegable with SharePoint, so it only searches the first 500 records if I use the Search function. The StartsWith function is delegable, but as I said, I need my users to be able to search for a text string within a field, not for a field that starts with the text string.
Being able to search records is such a common task, that I am thinking there must be some sort of workaround for this problem. Can anyone help me?