Archive
Posts Tagged ‘Gallery’
Canvas App | Gallery control | AllItemsCount property
May 10, 2023
Leave a comment
With Power Apps studio 3.23051 version a new AllItemsCount property added to Gallery control.
As per the documentation, Usage of AllItemsCount performance is much faster than calling CountRows function over AllItems.
Using CountRows function:
- To use CountRows function, you need to pass ‘AllItems’ property of Gallery as a parameter.
Using AllItemsCount property:
- AllItemsCount is a property of Gallery control and can be referred as below.
🙂
Categories: PowerApps
AllItemsCount, CountRows, Gallery