Morning All,
Matthew Devaney has a post that talks about exceeding the 2000 row limit for collections. It's a great post and almost exactly what I need. Is there a way to make the table in the below code dynamic:
Clear(colCars);
ForAll(
["Ford", "Dodge", "Toyota"],
Collect(colCars, Filter('Car Inventory', CarMake=Value))
);
Instead of Ford, Dodge and Toyota, I have six names. I could obviously hard type the six names but I was hoping there's a way to all ow me to create the list of names dynamically. My thoughts were to collect a distinct list of names from the sharepoint list and then dynamically create a table from those names. Is that even possible? Any help appreciated.
Cheers,
Mark
Solved! Go to Solution.
Thanks @WarrenBelz - the delegable information didn't hit home with me until the second time - I have utilised another list and now I'm all good. Thanks for persevering 😊
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
190 | |
95 | |
62 | |
59 | |
58 |
User | Count |
---|---|
251 | |
164 | |
93 | |
79 | |
70 |