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 / notify to UpadteContext
Power Apps
Answered

notify to UpadteContext

(1) ShareShare
ReportReport
Posted on by 20

How Can i change the Notify to UpdateContext? i want to change the notification to PopUp

 

 

If(
!(In_4.Value in Alveo_SentoveMasterlist_V2.Employee),
Notify(
"QR Code not valid",
NotificationType.Error

);
Navigate('Pop Up');
UpdateContext({varShowSuccess: false}),
Patch(
QRcodeDataBase,
Defaults(QRcodeDataBase),
{
Title: In_4.Value,
TimeIN: Now()
}
);
UpdateContext({varShowSuccess: true})
);

Categories:
I have the same question (0)
  • Verified answer
    M_Ali_SZ365 Profile Picture
    1,110 on at

    Hi @D_1 ,

    Try This

    Modify your formula to use UpdateContext for showing a pop-up:

    If(
    !(In_4.Value in Alveo_SentoveMasterlist_V2.Employee),
    UpdateContext({varShowPopup: true}),
    Patch(
    QRcodeDataBase,
    Defaults(QRcodeDataBase),
    {Title: In_4.Value, TimeIN: Now()}
    );
    UpdateContext({varShowSuccess: true})
    );
    Navigate('Pop Up', ScreenTransition.None);

    Set the pop-up's Visible property to varShowPopup. Replace 'Pop Up' with your pop-up screen/control name.

    Fuel our success! 🚀 Give a thumbs up and click 'Solution Accepted' to supercharge our community. Your actions speak volumes!
    Warm regards,
    Muhammad Ali

  • D_1 Profile Picture
    20 on at

    Thank you so much! Sir @M_Ali_SZ365

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 July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 427 Most Valuable Professional

#2
11manish Profile Picture

11manish 201 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard