Forum Discussion
spvan2019
Jan 24, 2019Copper Contributor
Use Flow to update SharePoint list Item creating duplicate items
I am trying to use Flow to meet a user's requirements to: 1. copy new items with attachments in List 1 to with attachments in List 2 2. Update changes made in List 1 to List 2 in the same site ...
lvk5700
Mar 12, 2019Copper Contributor
Filter is set to Title eq '@{triggerBody()['Title']}'
I just tested again not all items are re-created in List 2 and some items are duplicated.
Attached screenshots of the Flow setup.
Thanks!
Carry4_IT
Oct 29, 2019Copper Contributor
Have you tried to add unique constraint to the SharePoint list column. That would prevent the creation of duplicates? (Tick enforce unique values, works for a subset of column types)