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

Notifications

Announcements

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 652
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,605 Super User 2025 Season 2 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
    652 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,605 Super User 2025 Season 2 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
    652 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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 386 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 361

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 339 Super User 2025 Season 2

Last 30 days Overall leaderboard