Hi all. I have set my gallery items as follow:
Distinct(Filter('SPLIST',And('Name 1'= var1,'Name 2' = var2)),Level)
The gallery list should sort out like this:
L1
L2
L3
But, this came out instead:
L2
L3
L1
Anyone know how to fix it? Thank youu!
Solved! Go to Solution.
Please consider changing your Formula to the following:
SortByColumns(
Distinct(
Filter('SPLIST', And('Name 1'= var1,'Name 2' = var2)),
Level
),
"Result"
)
I hope this is helpful for you.
Please consider changing your Formula to the following:
SortByColumns(
Distinct(
Filter('SPLIST', And('Name 1'= var1,'Name 2' = var2)),
Level
),
"Result"
)
I hope this is helpful for you.
Thank you! it works perfectly!
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
199 | |
72 | |
50 | |
41 | |
30 |
User | Count |
---|---|
253 | |
113 | |
95 | |
91 | |
76 |