Hello
I have a sharepoint data source that has about 600 entries that are a hard drive and LTO library. Each entry corresponds to either a hard drive or LTO.

I use a simple power app to filter the 600 entries using :
SortByColumns(Filter([@'200722_RAY_DD_LTO_DB'], StartsWith('CONTENU DISQUE', TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending))
When I filter by LTO number or other simple entry, I get results back.
But the most important field for me is the disk content field. This contains lists of all the folders each entry has. When I filter this column, I don't get any results back.
All I have read concerning delegation explains that the limit is based on not exceeding 2000 unique entries and it does not mention anything about filtering large text data fields.
Can anyone help me either with an alternative filter or search mode or other soultion?
Many thanks