Greetings!
I have a requirement wherein I want to sort the gallery by Title or People Picker Field. (Multiple Select)
Now, I have achieved sorting the gallery by the Title field but I cannot sort it by People Picker Field.
I have a Sort icon which has Onstart property as
UpdateContext({SortColumn:"Title" ,SortDecending: !SortDecending})and My gallery items property is
SortByColumns(If(
Text( ComboBox1.Selected.Result) = "Show All" && Text( ComboBox1_1.Selected.Result) = "Show All" && Text( ComboBox1_2.Selected.Result) = "Show All" && Text( ComboBox1_3.Selected.Result) = "Show All" && Text( ComboBox1_4.Selected.Result) = "Show All",
Talenttracker
),SortColumn,If(SortDecending,Ascending,Descending))How can i make my gallery sort by Person or Group column( People Picker) column by having an icon for the same.

Report
All responses (
Answers (