Can flow check for a duplicate file name prior to attempting to add attachment in SharePoint? The problem is if duplicate file already exists in SharePoint flow will not add the file. Turning on versioning in SharePoint is not the answer in this case. I know how to make the file name unique (using flow) by adding the date/time to the name, however, what I would really like to do is first check for a duplicate file name in SharePoint, and then if found, add a time stamp to that file. I could use content organizer in SharePoint but the preferred resolution would be to add a condition in flow to check for duplicate files names and if found add file with a time stamp to make that file unique. Can this be accomplished using flow? Thank you!!