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 Automate
Suggested Answer

List Flow

(1) ShareShare
ReportReport
Posted on by 2
I want a flow to send me an email when I'm identified in one column but I did not make a change in the item.
The flow runs butIt keeps getting stuck on the first condition.
My list column is where you must choose a user from the global email list and the field shows as a name, not an email address.
I tried the name trigger of display name and that did not work. I cannot figure out what I'm doing wrong. 
I have the same question (0)
  • Suggested answer
    wolenberg_ Profile Picture
    1,476 Super User 2026 Season 1 on at
    Hello @CT-12032123-0 ,
     
    What you’re running into is a common issue when comparing SharePoint “Person or Group” fields in Power Automate. Those fields don’t store just the display name they actually hold a complex object with multiple properties (DisplayName, Email, Claims, etc.). If you try to compare only the name, the condition often fails because the flow is evaluating the wrong property.
     
    How to Fix it

    1. Use the Email property instead of DisplayName

      • In your condition, reference the field as:
        triggerOutputs()?['body/YourPersonColumn/Email']
         

      • This ensures you’re comparing the actual email address, which is unique and reliable.


      •  
      •  

    2. Check the “Modified By” field

      • To see if you didn’t make the change, compare the Person column against the Modified By user:
        if( items('Apply_to_each')?['YourPersonColumn']?['Email'] != items('Apply_to_each')?['Editor']?['Email'] )
         

      • This way, the flow only continues if the person identified in the column is different from the person who modified the item.


      •  
      •  

    3. Simplify with dynamic content

      • In the condition card, select the Person column → expand it → choose Email.

      • Do the same for “Modified By” → Email.

      • Compare those two directly.


      •  
      •  
      Don’t compare display names  always use the Email property of the Person field. That will make your condition evaluate correctly and stop getting stuck.
     

    ✨ If my response helped resolve your issue, please mark it as ✅ Accepted Answer and give it a ❤️ like — it helps others in the community find solutions faster. Thank you!


     

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