From a49380ffe1563690181fb57b45d71d4bc54b34f3 Mon Sep 17 00:00:00 2001 From: Carl Saggs Date: Sun, 27 Sep 2020 18:18:48 +0100 Subject: [PATCH] Feature clarify returned data (#161) * clarify data returned from the update method is unstable. * Fix typo in readme.md Co-authored-by: Heather Herbert <54061418+HeatherHerbert@users.noreply.github.com> --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index e37de15..2d341f2 100644 --- a/readme.md +++ b/readme.md @@ -168,6 +168,9 @@ As with the write method you can also run multiple update operations together by When using updateMultiple every item MUST have an ID. +> :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. +> It is therefore not recommended to use this as a check to ensure a successful update. + #### Deleting Rows 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: