Announcements
Hey guys, I have a gallery with a status as a column
And have a button for submit but the button should be disabled if not all rows from a gallery is complete.
Hi @nagestiada ,
Try below,
Replace condition of display mode on Submit button with below,
If(CountRows(Filter(Gallery.AllItems,Status <>"Complete"))>0,DisplayMode.Disabled,DisplayMode.Edit)
---------------------------------------------------------------------------------------------------------------------
If this resolved your issue then please mark it as a solution for future reference.
Hi @nagestiada
If(CountIf(Gallery.AllItems,Status="Complete")=CountRows(Gallery.AllItems),DisplayMode.Edit,Disabled)
Use above coding in Button Display mode property.I hope your issue resolved.Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways or you liked the post and want to show some appreciation, please give it a Thumbs Up.
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 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 899
Valantis 571
11manish 499