Good day,
I'm trying to declare a collection so that I can use the collection name in other parts of my app. But when I try to declare the collection, it automatically adds a row to the collection.
Is there a way to just declare a collection without powerapps creating a row for it automatically?
Solved! Go to Solution.
Hi @fpc-kdrosario!
A workaround for this can be to create the collection and then clear it directly. I.e.
Collect(ColA,{Name:""});Clear(ColA)
BR
Pontus
Hi @fpc-kdrosario!
A workaround for this can be to create the collection and then clear it directly. I.e.
Collect(ColA,{Name:""});Clear(ColA)
BR
Pontus
I love how you just played around with the system. Thanks for this mate!
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
206 | |
188 | |
79 | |
50 | |
37 |
User | Count |
---|---|
311 | |
259 | |
122 | |
73 | |
57 |