Announcements
I see what's happening here. Your logic is actually solid, but there's a quick "logical flip" in your Condition 2 that’s causing the flow to skip the email step.
In your screenshot, the condition is set to: Compose - Count Items 2 is equal to 0.
This means the flow only enters the "If yes" branch (where your email action lives) when it finds zero documents. When the flow actually finds documents that need reviewing (Count > 0), the condition is false, so it completely ignores that "If yes" block.
To fix this: Just change that operator from "is equal to" to "is greater than" and keep the value as 0. That way, it only moves forward to the "Apply to each" loop when there are actually items to process.
One quick thing to double-check in your Apply to each: make sure the To field in your email action is mapped to the Output of your "Compose - Document person email" action.
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 377
11manish 279
David_MA 234 Super User 2026 Season 1