Hi Experts,
I have 2x dropdown boxes that the values are pulled from different sharepoint lists. I'm wanting the results of these lists to be sorted alphabetically, please help.
The first dropdown has the below Items code
Distinct(FunctionList,Title)
The second dropdown values are dependant on the first dropdown selection and has the below Items code
Filter(CauseCategoryList,Function.Value = 'Dropdown-SourceFunction'.Selected.Result)
Thanks in advance for your help!