parthasarathy B

parthasarathy B

  • NA
  • 927
  • 101.5k

How to show message while saving Custom sharepoint form in Powerapps

Sep 17 2020 6:01 AM
Hi all,
 
I have created custom Canvas form for sharepoint list using powerapps, I have created separate forms for New, Edit and View.
 
While saving and updating, i want to show the messgae like "Item saved Successfully" .
 
I tried the below formula in Onsuccess event of form but didn't works , the form closed immediately after saving the item without showing message.
 
Notify("Item Saved Successfully", NotificationType.Success,3000);
 
any help would be appreciated, Thanks in Advance.

Answers (3)