
Announcements
Hi all,
I have a Sharepoint List with a Flow that automatically creates a Doc Set in a Library when a new List Item is added, with the the columns from the list item populating the columns in the Doc Set.
I am trying to also make it so that if the list item is updated, then the columns in the Doc Set are also updated.
At the moment I am trying to use the same Flow to cover off on both actions (Trigger: When an item is created or updated), the Flow has a condition that creates the Doc Set if the list item is version one and updates the Doc Set if it is not version one.
The creation path is working perfectly. But I can't get the update path to work.
Any help greatly appreciated.