Announcements
I need to add a condition with Continue button that selection is mandatory for one desk
Thank you
@rsamir
Please consider changing your Formula to the following:
If(CountRows(yourGallery.AllItems, yourCheckboxName.Value)>0, Navigate(Confirm))
I hope this is helpful for you.
Thank you for your answer
There is no number
This app is for booking a desk before coming the company
So I have sorted from Desk 1 to Desk 22 (we have 22 available desks)
I figured out that some users can continue without selecting any desk
So I want to make the selection mandatory before pressing continue then will be at confirm screen
Is the formula you need!
I assume this is a Gallery
So, just put the name of that Gallery and the name of the checkbox control you have in the gallery into the formula above. It will only navigate if at least one desk is checked - as you wanted.
I'm afraid that something missing from my side
Am I correct?
Your formula is incorrect. The one I provided is what you need:
I used this one and it works now
If(CountRows(Filter(galleryAvailDesk.AllItems, cbDeskSelect.Value))>=1, Navigate(Confirm))
Thank you so much
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 355 Most Valuable Professional
11manish 209 Super User 2026 Season 2
MS.Ragavendar 150 Super User 2026 Season 2