Every hour, I receive an email with the same title. Each email contains an updated attachment. I want to automate the process of adding the content from the updated email attachment to the latest row in a destination file table.
I tried to create an automated flow, but it failed. When the flow uploads the updated attachment to the SharePoint file, it replaces the old one, which changes the file address
. This causes the script I use to fail, as it is meant to convert the dataset into a named table range. How can I fix this issue? Or does anyone have a better idea to achieve the desired result?
