Skip to content

Commit 4ee141a

Browse files
Merge pull request #5165 from JoshuaSHenderson/patch-1
Update documentation for list item update types
2 parents a7c9fcb + 7662e6c commit 4ee141a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

documentation/Set-PnPListItem.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,10 @@ Accept wildcard characters: False
188188
Specifies the update type to use when updating the listitem. Possible values are "Update", "SystemUpdate", "UpdateOverwriteVersion".
189189
190190
* **Update**: Sets field values and creates a new version if versioning is enabled for the list. The "Modified By" and "Modified" fields will be updated to reflect the time of the update and the user who made the change.
191-
* **SystemUpdate**: Sets field values and does not create a new version. Any events on the list will trigger. The "Modified By" and "Modified" fields are not updated and can not be set.
192-
* **UpdateOverwriteVersion**: Sets field values and does not create a new version. No events on the list will trigger. The "Modified By" and "Modified" fields are not updated but can be set by passing the field values in the update. HINT: use 'Editor' to set the "Modified By" field.
191+
* **SystemUpdate**: Sets field values and does not create a new version. Changes are appended to the last version. Any events on the list will trigger. The "Modified By" and "Modified" fields are not updated and can not be set.
192+
>_Note: Power Automate Flows are not triggered_
193+
* **UpdateOverwriteVersion**: Sets field values and does not create a new version. The last version's modified date is updated and the changes are appended. The "Modified By" and "Modified" fields are not updated but can be set by passing the field values in the update. HINT: use 'Editor' to set the "Modified By" field.
194+
>_Note: Power Automate Flows ARE triggered_
193195
194196
```yaml
195197
Type: SwitchParameter

0 commit comments

Comments
 (0)