Hi Everyone,
I have two identical SharePoint lists. One is the source list where the user inputs the data and the other is the Final list where the data will be stored. I have made a flow that creates a new item in the final list if it does not already exist and it modifies an item in the final list if it already exists. This flow is working fine but I would like it to include attachments.
I have made another flow that take the attachment in the source list and creates a new item in the parent list. This works well but I would also like it to work for existing items. For example if item ID:2 is modified in the source list and an attachment is added I would like the changes and the attachment to flow through to the Final list.
I hope you can help.
Thanks in advance Ian