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 Automate / Power automate issue r...
Power Automate
Unanswered

Power automate issue related condition

(0) ShareShare
ReportReport
Posted on by

How to use Multiple if conditions in power automate? For example if an array have [ Direct,Indirect,No impact]. How can set if Direct then Direct = 100% , Indirect = 50% , No impact=0%.  Then multiply weightage = 25% with the outcome of above such as 100% * 25 % or 50% * 25 % or 0% * 25%. 

Categories:
I have the same question (0)
  • Expiscornovus Profile Picture
    33,498 Most Valuable Professional on at

    Hi @Bhanu2023,

     

    You can have a nested if in the false condition of your first if.

     

    Below is an example

    if(equals(variables('Impact'), 'Direct'), '100%', if(equals(variables('Impact'), 'Indirect'), '50%', '0%'))

     

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!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 124 Super User 2026 Season 1

#2
Ellis Karim Profile Picture

Ellis Karim 52 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 50

Last 30 days Overall leaderboard