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."