Skip to content

Commit

Permalink
Feature clarify returned data (#161)
Browse files Browse the repository at this point in the history
* clarify data returned from the update method is unstable.

* Fix typo in readme.md

Co-authored-by: Heather Herbert <[email protected]>
  • Loading branch information
thybag and Heather Herbert authored Sep 27, 2020
1 parent 4f1d019 commit a49380f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a49380f

Please sign in to comment.