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
Specifies the update type to use when updating the listitem. Possible values are "Update", "SystemUpdate", "UpdateOverwriteVersion".
189
189
190
190
* **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.
0 commit comments