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 with 2 conditions
Power Apps
Answered

if with 2 conditions

(0) ShareShare
ReportReport
Posted on by 25

Sorry I'm new to PowerApps and i have a button who should go off or on for diffrent conditions but I get this ErrorMessage that this formular contains ParenClose but Comma is expected.

 

This is my code(sorry for bad English I'm german)

 

If(
Auswahl.Selected.Value = "Büro" && (IsBlank(FeldTelefonnummer) || IsBlank(FeldEmail)|| IsBlank(FeldWohnort)) || IsBlank(FeldBereich);
DisplayMode.Disabled;
Auswahl.Selected.Value = "Produktiv" && (IsBlank(FeldTeam) || IsBlank(FeldAnstellung);
DisplayMode.Disabled;
DisplayMode.Edit
)

Categories:
  • Verified answer
    iAm_ManCat Profile Picture
    18,256 Most Valuable Professional on at
    If(
     Auswahl.Selected.Value = "Büro" && 
     (
     IsBlank(FeldTelefonnummer) || IsBlank(FeldEmail)|| IsBlank(FeldWohnort)
     )
     || IsBlank(FeldBereich);
     DisplayMode.Disabled;
     Auswahl.Selected.Value = "Produktiv" && 
     (IsBlank(FeldTeam) || IsBlank(FeldAnstellung));
     DisplayMode.Disabled;
     DisplayMode.Edit
    )

     

    Heya,

     

    You were missing a closing bracket around your last IsBlank 🙂

  • jakobrieder Profile Picture
    25 on at

    @iAm_ManCat Thanks man it finally worked.

  • iAm_ManCat Profile Picture
    18,256 Most Valuable Professional on at

    Happy to help!

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 411 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 338

#3
WarrenBelz Profile Picture

WarrenBelz 256 Most Valuable Professional

Last 30 days Overall leaderboard