i wan to create conditions like this
X= 25
if A=10, B =5, ( Compares with X) Text='Null'
else A=30, B=5( Compares with X) Text= " A is best"
if A= 10, B =35 (Compares with X) Text = "B is best"
else A=30, B= 35 (Compares with X) Text ="A and B are best"
What is the best way to do this? if expression or something else( i am using values from sharepoint list)
Solved! Go to Solution.
Hi @Anonymous ,
You could use Condition to achieve your need.
And add parallel branch to judge these four cases separately.
Like:
Best Regards,
Hi @Anonymous
Please see the screenshot below:
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi @Anonymous ,
You could use Condition to achieve your need.
And add parallel branch to judge these four cases separately.
Like:
Best Regards,
Hi @Anonymous
Please see the screenshot below:
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Check out new user group experience and if you are a leader please create your group
See the latest Power Automate innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
31 | |
10 | |
8 | |
7 | |
5 |
User | Count |
---|---|
51 | |
22 | |
12 | |
11 | |
9 |