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!
User | Count |
---|---|
184 | |
124 | |
89 | |
45 | |
43 |
User | Count |
---|---|
262 | |
160 | |
128 | |
81 | |
75 |