Hi Team, Can you please help me out, I have created a collection with several inputs and the stored data is being reflected in a gallery. Question: How can I restrict my gallery/collection in PowerApps to an amount of items? For example: Limit the users to only add 10 items
Solved! Go to Solution.
It would have helped if you showed you create the collection. However try;
If(CountRows (CollectionName)>10,..…....)
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
It would have helped if you showed you create the collection. However try;
If(CountRows (CollectionName)>10,..…....)
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
User | Count |
---|---|
198 | |
121 | |
85 | |
50 | |
41 |
User | Count |
---|---|
284 | |
157 | |
134 | |
73 | |
72 |