You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While adding the data to SharePoint List only alert is displaying as Added.But the data is not added to the SharePoint list.
There are no relevant console errors also.
Can anyone please suggest if any known isssue.
While adding the data to SharePoint List only alert is displaying as Added.But the data is not added to the SharePoint list.
There are no relevant console errors also.
Can anyone please suggest if any known isssue.
AddSPItem()
{
alert("Record with Profile Name : "+ document.getElementById('ProfileName')["value"] + " Added !");
}