web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / "If" logic for checkbo...
Power Apps
Unanswered

"If" logic for checkboxes and a textinput?

(0) ShareShare
ReportReport
Posted on by 377

Hi

I have four checkboxes and a TextInput.

I want to ensure that 

- at least one checkbox is checked

- if cbQuestion4 is checked then tiBasisForRequestingAssistance must contain text.

 

I'm failing horribly with my attempt below.

 

Any ideas?

 

Thanks

P

 

If(cbQuestion1.Value || cbQuestion2.Value || cbQuestion3.Value || (cbQuestion4.Value && Len(tiBasisForRequestingAssistance.Text) > 0),
DisplayMode.Edit
,
DisplayMode.Disabled)

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    155,415 Most Valuable Professional on at

    Hi @pmwhelan ,

    From what you posted

    - at least one checkbox is checked

    - if cbQuestion4 is checked then tiBasisForRequestingAssistance must contain text.

    there is nothing wrong with your logic and it should be in Edit mode if one of these conditions is met

    If(
     cbQuestion1.Value || 
     cbQuestion2.Value || 
     cbQuestion3.Value || 
     (
     cbQuestion4.Value && 
     Len(tiBasisForRequestingAssistance.Text) > 0
     ),
     DisplayMode.Edit,
     DisplayMode.Disabled
    )

    What is happening when you satisfy one of the conditions ?

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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 846

#2
Valantis Profile Picture

Valantis 532

#3
Haque Profile Picture

Haque 410

Last 30 days Overall leaderboard