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.