Hi all,
I have been getting this error when trying to use the formula below:
"Delegation warning. The 'Text' part of this formula might not work correctly on large data sets."
Search(Filter('Task Data', Text('Task Status') = ctxTaskListFilter), cmpTaskListSearchFilter.Text, "bk_tasknumber")
I need to have the Text() there as choice columns need to be converted to text to compare against. Is there a workaround for this?
Thanks