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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / URGENT HELP NEEDED! Se...
Power Automate
Answered

URGENT HELP NEEDED! Search For Users (v2) Employee Not Found Condition Not Working

(0) ShareShare
ReportReport
Posted on by 2
I have a flow using the Search For Users (v2), where if an employee is not found, update a sharepoint list item to "N", otherwise "Y". When an employee is not found, its not updating with a "N" but its blank. See attached pictures.
 
Thanks for the help!
2026-06-10_14-18-17.png
2026-06-10_14-15-59.png
Categories:
I have the same question (0)
  • Suggested answer
    chiaraalina Profile Picture
    2,425 Super User 2026 Season 1 on at
     
    Your Condition is inside another For each loop. That loop only runs when Search for users returns users. So when no employee is found, the returned value array is empty, the loop never starts, and your SharePoint item never gets updated to N.
     
    Try this:
     
    In the Conition use 
     
    empty(body('Search_for_users_(V2)')?['value'])
    is equal to 
    true
     
    True branch update to N, False branch update to Y.
     
    And remove the other Apply to each.
     
     
     
     
    Let me know if it worked and mark a verified if it worked! 

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 377

#2
11manish Profile Picture

11manish 279

#3
David_MA Profile Picture

David_MA 234 Super User 2026 Season 1

Last 30 days Overall leaderboard