Hi,
I´m trying to copy managed metadata from column1 to column2 in a sharepoint document library using Flow.
It works fine to copy one value with the flow:
Get file properties -> Apply to each[ ->Update file properties]
But I use multiple values in column1, so when I run the flow, the apply to each function overwrites previous copied value. In the end, I end up only with the last copied value.
I suspect this happens because Flow use Replace term and not Add term.
Is there any way to work around this?