Forum Discussion
Brent Ellis
Mar 07, 2017Silver Contributor
PnP PowerShell Set-PnPListItem : Save Conflict.
So I am learning PnP PowerShell, and a simple use case of iterating a list and updating fields on each list item based on other fields I am frequently getting a "Save Conflict Your changes confli...
Luis Mañez
Mar 07, 2017MVP
According to the code, Set-PnPListItem
https://github.com/SharePoint/PnP-PowerShell/blob/master/Commands/Lists/SetListItem.cs
does only one ExecuteQuery for each item (including all the fields). I'd suggest that you try same code with another list without workflows associated to the "on change".
https://github.com/SharePoint/PnP-PowerShell/blob/master/Commands/Lists/SetListItem.cs
does only one ExecuteQuery for each item (including all the fields). I'd suggest that you try same code with another list without workflows associated to the "on change".