I've recently performed a small update on a flow that was working perfectly. After starting the flow on a selected sharepoint document, I started loosing metadata (managed metadata columns). After investigation, I saw the SharePoint Update Item action was different with Managed Metadata supporting multiple values. There was a "+ Add new item" button under the field and another button at the end of the field. Normally I was only setting values for columns I needed to update. Empty fields did not changed the item values. I was not setting these managed metadata fields so they were empty. With this update I needed to switch, in the action, the managed metadata fields to text (button at the end) and set it with same item field (I put back the value in it's own field).
I never saw this update being communicated... This could have created a major mess for my customer if I did not detected this issue quickly.
Question: Is SharePoint Online / Flow is a testing environment or a production environment????? This types of updates must be widely communicated in the Office 365 message center.