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
Copy file name to clipboardexpand all lines: readme.md
+3
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,9 @@ As with the write method you can also run multiple update operations together by
168
168
169
169
When using updateMultiple every item MUST have an ID.
170
170
171
+
> :heavy_exclamation_mark: This method returns the row that has been updated. It does not always return the updated data, as SharePoint can take longer to update than this method takes to run.
172
+
> It is therefore not recommended to use this as a check to ensure a successful update.
173
+
171
174
#### Deleting Rows
172
175
173
176
In order to delete a row, an ID as well as list name is required. To remove the record for James with the ID 5 you would use:
0 commit comments