Hello:
I had a Sharepoint list datasource with 1500 rows. I carefully made a canvas app so that there were no delegation warnings.
Now the list has grown above 2000. Now, with the same functions, I get a delegation warning on certain columns.
No matter which function I use for the mdtext2 column, it shows as non-delegable, even if I copy exactly sample delegable functions from the Powerapps guides. mdText2 is a single line of text Sharepoint column with 255 character limit.
Example Code:
Sort(Filter(RA_Data, mdText2=TextInput6.Text),"num1", Descending )
If I trim the datasource down to less than 2000, the delegation warning goes away. I'm incredibly confused - any assistance would be appreciated.