I wrote a flow to automatically take attachemnts from certain e-mails and save them to a folder in a Sharepoint document library. Every week it's supposed to upload the same 5 files. It's working fine, problem is Sharepoint is overwriting the existing files instead of just adding the new ones. I assume this is happening because the files have the same name every week. Unfortunately, I don't have a way to change that.
Any suggestions on how I can keep this flow running, but have Sharepoint add the new files alongside the existing documents rather than replacing them?