I have a flow that i cannot figure out how to make it work. I have a sharepoint list, When the user add data and the Cost Impact is....
Here is the condition
If [Cost Impact] is between $0 to $1,000 and $(-0) to $(-1,000)= send email to group 1 of people
If [Cost Impact] is between $1,001 to $10,000 and $(-1,001) to ($-10,000) = send email to group 2 of people.
I cannot figure out how to combine the negative and positive condition into group 1 of people.
I am newbie. Please help.
Thanks
-Echo
Solved! Go to Solution.
Hey @echodapogi
You can use the grouped conditions to achieve this. Please refer to the sample screenshot below:
This checks if the value is (greater than or equal to zero AND less than or equal to 1000) OR (less than or equal to 0 AND greater than or equal to -1000) -- carefully note the logic for AND and OR here.
Similarly, replicate for the other batch too. You can group condition statements by selecting the conditions to be grouped by clicking the checkboxes and then click on the ... if any of the selected check box and click group.
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!
Hey @echodapogi
You can use the grouped conditions to achieve this. Please refer to the sample screenshot below:
This checks if the value is (greater than or equal to zero AND less than or equal to 1000) OR (less than or equal to 0 AND greater than or equal to -1000) -- carefully note the logic for AND and OR here.
Similarly, replicate for the other batch too. You can group condition statements by selecting the conditions to be grouped by clicking the checkboxes and then click on the ... if any of the selected check box and click group.
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!
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
14 | |
14 | |
9 | |
7 | |
6 |
User | Count |
---|---|
20 | |
16 | |
9 | |
8 | |
7 |