Recent case: Leadership decided to change the name of their store from “Zara” to “Lara”
Task: Change all the values in SharePoint list from “Zara” to “Lara”.
In Single-Value columns we can easily do it manually. Same approach for Multiple Values columns would be annoying.
Here comes Power Automate with the following logic:
Create empty Array. For each Choice Value in item, If “Z” found, replace to “L”. Append Value to array.
When all values are taken, update the item with a new array. Repeat cycle.
Flow provided below triggered manually.
Steps:
To be developed:
My comment: Spend 2-3 days on creating this flow, didn't find similar cases, so decided to post my solution. Hope it helps someone.
I case of any questions, contact me via mail: venomtver@mail.ru
Relevant links:
https://spknowledge.com/2020/09/04/update-multichoice-field-using-power-automate/
https://sharepains.com/2019/04/01/update-a-multi-select-choice-power-automate/
https://365basics.com/microsoft-flow-populate-a-multi-choice-field-in-sharepoint/
User | Count |
---|---|
92 | |
45 | |
20 | |
19 | |
17 |
User | Count |
---|---|
143 | |
51 | |
42 | |
40 | |
31 |