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?
@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."
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473