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 Apps / How to highlight the m...
Power Apps
Suggested Answer

How to highlight the most recent updated field using Form

(1) ShareShare
ReportReport
Posted on by 280
Good day, please help me to highlight the most recent updated field using Form. When the user clicks the view item, she will see the highlighted field which was recently edited and saved. Thank you!
Categories:
I have the same question (0)
  • Suggested answer
    SaiRT14 Profile Picture
    1,992 Super User 2025 Season 1 on at
    pls check out:
     
    SharePoint list with columns: Name, Age, Email, LastUpdatedField.
     
    When the user updates the Email field, the LastUpdatedField column is updated to "Email". On viewing the record: The Email Data Card is highlighted in yellow.
     
    OnVisible of the screen - Set(varLastUpdatedField, ThisItem.LastUpdatedField);
     
    Fill property of the Email Data Card - If(varLastUpdatedField = "Email", RGBA(255, 255, 0, 0.5), RGBA(255, 255, 255, 0))
     
    Other options
    Track changes in a local collection within the app. Highlight based on the last edited field stored in the collection.
    Power Automate - Use a Flow to capture and tag the last updated field during save operations.
     
     

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 326 Most Valuable Professional

#2
11manish Profile Picture

11manish 168

#3
sannavajjala87 Profile Picture

sannavajjala87 75 Super User 2026 Season 1

Last 30 days Overall leaderboard