Announcements
Hi Guys.I hope that you are doing well.I want to use an AND gate statement in my PowerApps App.
I need some help here.I want to show the Button only when both Check Boxes are checked.Kindly check the attached Screenshot for the explanation.
Thanks.
Hi @AlexRavens,
In PowerApps, we can use AND function in 3 ways.
1. And(RadioButton1.Selected.Value,RadioBitton2.Selected)
2. (RadioButton1.Selected.Valur And RadioButton2.Selected.Value)
3. (RadioButton1.Selected.Valur && RadioButton2.Selected.Value)
Use If or Switch function to do some actions on true or false.
Hope this helps...!
Hi ,You can add below formula on visible property of the button - If(Checkbox1.Value && Checkbox2.Value, true, false) ORyou can directly add -> Checkbox1.Value && Checkbox2.Value
Hi Guys,I would like to add a comma between 2 data fields if they are not empty.Kindly see the attached Screenshot for further details.
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 366 Most Valuable Professional
11manish 184
MS.Ragavendar 99 Super User 2026 Season 1