I am moving my first steps in formula editing. The automatically created formula from a SharePoint list for searching and sorting is:
SortByColumns(Filter(TestKanban, StartsWith(ComplianceAssetId, TextSearchBox1.Text)), "ComplianceAssetId", If(SortDescending1, Descending, Ascending))
However in my list there is no 'ComplianceAssetId' and indeed the search box does not work. How do edit the formula to search into the column 'ACF'?
Thanks in advance.