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 / Multiple If Statements...
Power Apps
Answered

Multiple If Statements Text Field

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I'm trying to set up different error messages to appear based on what the user types into different fields which requires multiple if statements under the text heading but it keeps giving red underlines that it doesn't like it. I was hoping someone could assist me.

Right now I have: 

If (IsBlank(NameInput), "Please enter a name", " ",
If (OperatorCode.Selected.Value = " ", "Please selected a code", " ",
If (StartTime < EndTime), "Start time cannot be less than end time", " ")))

Any combination of parenthesis and commas don't seem to work.  Any help would be greatly appreciated!  Kind of new to this but starting to get the hang of things.

Categories:
I have the same question (0)
  • Verified answer
    CU-18081211-6 Profile Picture
    9,272 Moderator on at

    Hi @Anonymous ,

     

    Please use this: 

    If (IsBlank(NameInput), "Please enter a name", 
     OperatorCode.Selected.Value = " ", "Please selected a code", 
     StartTime < EndTime, "Start time cannot be less than end time",
     " "
     )

     

    Hope it helps !

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Thanks a lot, that worked! Really appreciate it, not always easy to find these answers using Google. 

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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard