This is my Variable:
ClearCollect(ProviderCollection,Filter('Provider Inclusion By State','State (State0)' = NameList1_8.Selected.Value).Provider);ClearCollect(DistinctSkillingCollection,
Filter('Provider_Resource_Guide','Name (Title)' in ProviderCollection.Provider &&'AR Start' <= Value(TextInput1.Text) &&'AR End' >= Value(TextInput1.Text)));
UpdateContext({FilteredSkillingCollection: Distinct(DistinctSkillingCollection,Skilling)});
Not sure how to sort this according to 'Skilling'. I'm just plugging the variable, FilteredSkillingCollection, into my list but no sorting occurs no matter if I try to build the sort in the variable or the list. Please and thank you!