Hello
I am a newbie in the world of PowerApps and I am looking for a way to list all the values contained in twenty columns of a Sharepoint list.
I have tested the Distinct() function but it only works on one column.
The Group function works but does not remove duplicates or empty spaces.
I don't know how to do it.
If you have an idea, I'm interested
Sort(GroupBy(Var_Liste_CMR_1;"Personne_1";"Personne_2";"Personne_3";"Personne_4";"Personne_5";"Personne_6";"Personne_7";"Personne_8";"Personne_9";"Personne_10";"Personne_11";"Personne_12";"Personne_13";"Personne_14";"Personne_15";"Personne_16";"Personne_17";"Personne_18";"Personne_19";"Personne_20");"Personne_1";Ascending)

Report
All responses (
Answers (