I have a number of different flows undertaking various different workflows in to one sharepoint list.
One of the columns in that sharepoint list is a choice column with multiselect turned on.
This column is being overwritten with the first value every time one of my flows runs as that is the default selection in "Update item" in a flow.
I don't see a way around this other than doing a "Get item" finding out what the existing selections are and populating the multiselect in the flow every time. It seems a bit of a long-hand way to stop it from overwriting with a default selection.
Has anyone experienced this or got any ideas?