Hello,
I grabbed a friend's Power Apps project to help him work on it, but I don't understand a formula he put on the "OnSelect" property of his dropdown.
Could you please explain this formula to me? Thank you in advance!
ClearCollect(
colCategorie;
{Result: ""};
Sort(
Distinct(
Categorie;
Categorie
);
Result
))