Hi all,
I have an app that updates a SharePoint list using a powerapps form.
I have a button with the following code:
SubmitForm(TicketEditForm1);
Notify(
"Update Successful",
NotificationType.Success,
800
)
when I click the button, it updates the SP item but this change isn't reflected on my power app
I get the following error.
