Hi, I'm still fairly new to creating functions in Power apps. I have built a data table that refers to a sharepoint list (lead list). When a word is written in a field (DataCard Value1), the datatable filters out all items from the list in the sharepoint. I would like to sort these in descending order and not ascending. How and where do I insert sort by columns here then?
Filter(AddColumns('Lead Liste'; "New Spalte"; Concat('Product name';Value;","));StartsWith(Title; DataCardValue1.Text))