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 / Show Notification Erro...
Power Apps
Answered

Show Notification Error if Value greater than

(1) ShareShare
ReportReport
Posted on by 669
Hello,
 
I've 2 fields i.e. OTD (DataCardValue25) and Responses (DataCardValue9)
 
OTD is calculated based on 2 different date fields.
 
For DataCardValue9, the Required property is set as:
If(Value(DataCardValue25.Text)>8,true,false)
In this case, if my DataCardValue25 is greater than 8, than DataCardValue9 becomes mandate to add, but I don't see any notification error.
 
Please advise,
 
Thank,
Prem
Categories:
I have the same question (0)
  • Suggested answer
    mmbr1606 Profile Picture
    14,615 Super User 2026 Season 1 on at
    hey
     
     
    you can try this in the visible property:
    If(Value(DataCardValue25.Text) > 8 && IsBlank(DataCardValue9.Text), true, false)
    
    if it helped please mark as verified,
     
     
    cheers
  • Prem4253 Profile Picture
    669 on at
     
    Thanks! But I don't see any notification error on top of the form or under the field (Responses (DataCardValue9)
     
    Only the border field of DataCardValue9 is showing in Red, which is not very easily viewable for users.
     
    Any alternate way, where we can change the DataCardValue9 to red if DataCardValue28 is greater than 8 and ask users to update DataCardValue9 ?
  • Verified answer
    mmbr1606 Profile Picture
    14,615 Super User 2026 Season 1 on at
    hey
     
     
    you could set the fill property of the field you want to mark red
     
    If(
        Value(DataCardValue25.Text) > 8 && IsBlank(DataCardValue9.Text),
        Color.Red,
        Color.White
    )
    
    if this helps please mark as verified
     
     
    cheers
  • Prem4253 Profile Picture
    669 on at
     
    Thanks! for your quick help. Much Appreciated.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
wolenberg_ Profile Picture

wolenberg_ 119 Super User 2026 Season 1

#2
WarrenBelz Profile Picture

WarrenBelz 107 Most Valuable Professional

#3
Haque Profile Picture

Haque 103

Last 30 days Overall leaderboard