Choice Column
3 Topicspower automate will not update choice column 'get items' when the value is deleted
I'm using power automates 'get items' to copy and update SharePoint list items from one list to another. Everything works when I update items or change the value of choice column items. but if I completely delete the value, the destination list will retain the previous value that was entered. The if I enter a new value in my source list, my destination list will update again? I think this changed after the mass push out of co-pilot. My flow was created previously and now I'm trying to update it. Any ideas if there is a setting I'm missing or why this is happening?2.3KViews0likes3CommentsSync options from Microsoft List choice column to Sharepoint folder choice column?
Hello, lovely people! I'm looking for a chance to sync a choice column's options from a Microsoft List to a choice column's options in a SharePoint library folder, the idea being that whenever I add, edit or remove an option, those changes are reflected on the same choice column's options. For this specific instance, I have a Microsoft List for inventory management that has a choice column for the product type (e.g: Laptop, Smartphone, etc.), and I want to sync all changes I do for the available options in the Sharepoint library folder's choice column for the same thing, so if I add the option for a "Printer" in the list's column, it would also be available in the folder's, and if I remove the "Laptop" option from the list's, it would also be removed from the folder's. Thanks in advance.1.1KViews0likes1CommentPnP PowerShell - add choice column values
Hi Folks, Trying to run a PS Script to update a choice column in a site, but keep getting the following error: Exception calling "Remove" with "1" argument(s): "Collection was of a fixed size." The Scipt is: $SupplierChoices = Get-PnPField -Identity "Supplier" $SupplierChoices.Choices.Add($namechoices) $SupplierChoices.Update() $namechoices would look like the following: "Choice 1","Choice 2", "Choice 3" so on...10KViews0likes2Comments