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 / Incorporate flow (powe...
Power Apps
Unanswered

Incorporate flow (power automate) into Powerapps HELP

(0) ShareShare
ReportReport
Posted on by 73

I am trying to incorporate a kind of IF statement into my powerapp with a flow (power automate), Below is what I would like to carry out, is this possible?

 

I have 6 toggle buttons and IF one of them is set to true THEN (If toggle 'Fresh' = true OR toggle 'chilled' = true THEN (SEND AN EMAIL to 'Chilled email if Chilled = true AND/OR 'fresh email if fresh = true')

 

Categories:
I have the same question (0)
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    The thing you are trying to achieve is not fully clear for me based on your description. But maybe a first direction would do the trick.

    You would need a combination of If(), Or() and And() statements.

    If(Or(toggleFresh.Value, toggleChilled.Value), runFlow(Concatenate(If(Toggle1.Value, "Toggle1", ""), If(And(Toggle1.Value, Toggle2.Value), "; ", ""), If(Toggle2.Value, "Toggle2", ""))))

     

    The value within runFlow is the parameter you give as input to the flow. You can use this for the to field in Power Automate. 

     

    I hope you get what I am trying to bring across.

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 915

#2
Valantis Profile Picture

Valantis 571

#3
11manish Profile Picture

11manish 457

Last 30 days Overall leaderboard