Set-PnPListItem. Operation of the "-UpdateType" Argument #936
Unanswered
BaronSparky
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have just seen/used the
-UpdateType
argument onSet-PnPListItem
and was wondering if this should cover activation of a webhook on the list where the item exists.i.e. I have a webhook registered on a list that interacts with an Azure Function endpoint. Ideally, I want to be able to change values on items in that list without activating or causing the webhook trigger for the list. The function code it updating state for the item and so thereby just causes lots of actions that my code is set to ignore.
Reading the intent of
-UpdateType
, was hoping that if I set that toUpdateOverwriteVersion
then the webhook wouldn't trigger. But it looks like it does.Before raising as an issue, should this argument cater for webhooks anyway?
Beta Was this translation helpful? Give feedback.
All reactions