
Announcements
I have a flow with 8 conditions that works perfectly
When I add the ninth (9th) condition:
"Add an action" is not available under the Yes and No outputs:
I can add other actions in place of the condition, and I can add conditions elsewhere in the flow that do add yes and no actions underneath with the "Add an Action" button. But a condition under the last "yes" after the 8th condition....no "Add an Action" after the 9th Condition. If this is a limitation in the number of conditions, then shouldn't flow checker catch it? No errors, no warning.
yes, I have deleted and added it many times. Saved the flow many times. Signed out and in many times. Rebooted many times. Opened the flow on another computer. Same issue in Edge and Chrome.
If I create the condition elsewhere in the flow and add actions under yes and no, and drag the condition to the 9 position, it removes the yes and no actions.
That is by design. You cannot go beyond 8 levels.
Source: Limits of automated, scheduled, and instant flows - Power Automate | Microsoft Learn
I handled this using a switch case statement or consider breaking the flow in parent child flows.