Skip to main content
Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Help with Formula Logic multiple conditions on an IF statement

(0) ShareShare
ReportReport
Posted on by 1,151

Hi Everyone

Could some on give me some direction?

I am creating a preview of a form which will be emailed (HTMLText).

I am attempting to setup that text displays based on Dropdown values.

I have done it with selecting one value but can you do it with 2 values in one IF statement

My formula currently  is

&"<br><br><b>" & If(Dropdown1_1.Selected.Value="Minor Development", DataCardKey1.Text) &"<br></b>" & If(Dropdown1_1.Selected.Value="Minor Development", Dropdown1_1.Selected.Value)

 

I tried this but it doesn't work

 

&"<br></b>" & If(Dropdown1_0.Selected.Value="Minor Development", Dropdown1_0.Selected.Value) &"<br><br><b>" & If(Dropdown1_1.Selected.Value="Minor Development", DataCardKey1.Text) &"<br></b>" & If(Dropdown1_1.Selected.Value="Minor Development" Or "Safety Critical", Dropdown1_1.Selected.Value)

 

Any help appreciated

Gary

  • v-monli-msft Profile Picture
    on at
    Re: Help with Formula Logic multiple conditions on an IF statement

    Hi @gazzo1967 ,

     

    Thanks for sharing your resolution here and hope others could benefit from it.

     

    Regards,

    Mona

  • Verified answer
    gazzo1967 Profile Picture
    1,151 on at
    Re: Help with Formula Logic

    Hi All

    I have found the solution (I am new to this lol) so this is to help the other new users 🙂

    Instead of using If statements you use a Switch

    Switch ( the value you want to action,

    "measure", outcome,

    "measure2",outcome )

     

    in my case the example would be

    Switch(Dropdown1_1.Selected.Value,

    "Minor Development", DataCardKey1.Text,

    "Safety Critical", DataCardKey1.Text

    )

     

    Hope this helps someone 🙂

    Gary

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1