Replies: 1 comment
-
I tested it, and it works fine with an array as specified. Maybe you are using the old outdated module (SharePointPnPPowerShellOnline) and not PnP.PowerShell ?
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Documentation on https://pnp.github.io/powershell/cmdlets/Set-PnPListItem.html says
Multi-Choice: -Values @{"MultiChoice" = "Choice 1","Choice 2"}
but it has to be
Multi-Choice: -Values @{"MultiChoice" = "Choice 1;#Choice 2"}
Or am I wrong? Only the second version works for me.
Beta Was this translation helpful? Give feedback.
All reactions