Hi,
I'm trying to use the Choices() function to pull unique choices from a SP list column. The column has unique single line of text values.
I tried Choices('ESN Ticket Tracker'.Status), but this results in an error. "Invalid Arguments".
Any help is appreciated.
Solved! Go to Solution.
You will need to create a collection of those 4000+ records on OnStart property of the app. Then use the same formula i gave you on that collection. Because Distinct is not delegable function and it will only work if you have less than 2000 records
Item Property of DropDown or ComboBox:
Distinct('ESN Ticket Tracker',Status).Result
This works, but my list is 4000+ items so not every unique status comes through 😞
You will need to create a collection of those 4000+ records on OnStart property of the app. Then use the same formula i gave you on that collection. Because Distinct is not delegable function and it will only work if you have less than 2000 records
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
190 | |
53 | |
51 | |
36 | |
33 |
User | Count |
---|---|
268 | |
95 | |
80 | |
68 | |
67 |