
Hi Everyone,
Good day!
I have a Filter in sharepoint list on column text. Where I want to find a text in a multiline text column.
I tried also to use search instead of IN and still I have delegation for IN.
What is the best approach on this one?
Thank you in advance.
Hi @YamiteKudasai ,
Both the in Filter and multi-line text columns do not support Delegation. This will get rid of the warning, but will only work fully if the number of records where 'Chemical Approved' is true is less than your Delegation limit.
With(
{
wData:
Filter(
ChemicalSubstancelist,
'Chemical Approved'
)
},
Filter(
wData,
lblVSText in Department
)
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps