
On our sitepages library we added a column of managed metadata which accepts multiple values.
We now want to replace some of these values for all documents.
I found some examples where I can update this field with update properties. However when I want to update this field I can write one value to this field.
I tried first reading the values in an variable. And adding a value to this array. But I do not find how I can write multiple value to this field.
Anyone has a solution for this?
Hi @avanhulle ,
You could use append to this variable action to write multiple values.
Best Regards,
Wearsky