I have a form with a submit button that is connected to Powerautomate. For the form OnSuccess I added the following:
Notify("Request successfully submitted",NotificationType.Success)
However when I hit the submit button the notification does not appear at the top of the screen. But the form submitted successfully to the SharePoint list because I received an email notification (as part of the PowerAutomate).
I also tried the UpdateContext Method. However, upon submit the Popup never appears.
My goal is to have a message (pop-up or notification) appear upon successful submission. Also a message if the form does not submit.