web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details
Power Apps - Building Power Apps
Answered

Show success message after patch

Like (1) ShareShare
ReportReport
Posted on 8 Jun 2020 18:12:49 by 576

I have a form that uses the patch function on submit.  How do I show a 'Your request has been submitted!' message after the patch function has executed when a new form is submitted?

  • Verified answer
    mdevaney Profile Picture
    29,987 Moderator on 08 Jun 2020 at 18:51:01
    Re: Show success message after patch

    @ahhollan 
    Right!  I didn't read carefully enough.  Here's the code for PATCH.

    Set(varRecord, Patch(your_code_here));
    If(!IsBlank(varRecord),
     Notify("Your request has been submitted!", Notification.Success),
     Notify("Your request was not submitted", Notification.Failure)
    );

     

    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

Helpful resources

Quick Links

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 637 Most Valuable Professional

#2
stampcoin Profile Picture

stampcoin 570 Super User 2025 Season 2

#3
Power Apps 1919 Profile Picture

Power Apps 1919 473

Loading complete