Set-PnPListItem -List "test1" -Identity 1 -Values @{"TestPeopleMulti"=$users} This updated the user-multi field with both users. Like Reply Blair24 Copper Contributor to Thomas BermanFeb 18, 2019 Hi Thomas,Yeah I've done it before, my script below is still causing an error: $...
Re: Set-PnPListItem - Multiple Managed Metadata Field @PHubautdid not try it, nor am I a super-efficient PowerShell developer, but could you try to: -create a main array that will contain all your items -for each object, add to the array. Not sure of you need to create an array ...
When trying to add more than one SharePoint group to a field using either the values in PowerShell Add-PnpListItem or Set-PnpListItem fails to set the user field. I've tried using the groups ID's in various different formats, but either it fails to set the values...
I'm looking for a way to set the Html Field Security using PnP Provisioning template, in SP2019(to set Allow contributors to insert iframes from any domain). Until now I couldn't find something helpful. Do you know if it can be done?
Set-PnPListItem - Multiple User Field Hey Folks, Trying to update a List item via PowerShell, the column is a multiple user field. The updated users are currently in an array of Email Addresses which is causing an error. Wondering if anyone knows how I could easily convert this to a ...
Set-PnPListItem - Multiple User Field Hey Folks, Trying to update a List item via PowerShell, the column is a multiple user field. The updated users are currently in an array of Email Addresses which is causing an error. Wondering if anyone knows how I could easily convert this to a ...
Set-PnPListItem -List $customerlistID -Identity $ListItem.ID -Values @{\"SalesManager\" = $newlistofmanagers} made no difference either. \" that is causing the error. then the Set-PnPListItem, it works as expected.