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
When using the update command with SharePoint online, SharePoint (and therefore by extension this library) returns a copy of the record. However, SharePoint online often takes longer to update its self then the API call takes to run. This leads to the returned record being out of date and therefore misleading, as it appears an update has failed when in fact it has succeeded.
As noted I think this is an issue with SharePoint online as opposed to this library, however, clarification of this effect may prove useful to other developers (and save them two days work trying to figure out why thing "weren't saving").
The text was updated successfully, but these errors were encountered:
When using the
update
command with SharePoint online, SharePoint (and therefore by extension this library) returns a copy of the record. However, SharePoint online often takes longer to update its self then the API call takes to run. This leads to the returned record being out of date and therefore misleading, as it appears an update has failed when in fact it has succeeded.As noted I think this is an issue with SharePoint online as opposed to this library, however, clarification of this effect may prove useful to other developers (and save them two days work trying to figure out why thing "weren't saving").
The text was updated successfully, but these errors were encountered: