web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

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,183 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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 522 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 406 Moderator

#3
abm abm Profile Picture

abm abm 245 Most Valuable Professional

Last 30 days Overall leaderboard