Hi there.
is there a way to get flow to select a hyperlik from an email (link contains access to a document.docx) then download the document and save it to a one drive folder?
I know we can do it with attatchments from an email which works fine but I need to be able to get the document from a hyperlink from within the email?
thanks for reading
I would think it is possible to add data to an existing file but there are lots of details that are required. thinking about it for my flow, i'd probably save it to One Drive, then convert it to a table, then id list rows and put specific filter in that does a match. then compare it against an existing table data and add any that dont exist. (this could be one method) the other could you just get the file content add into the file, then run remove duplicates (using excel macro?). all depends on what your files look like and structure. Power Automate really likes Excel Tables and it makes it easier to get specific data sets. I have a formula for creating a dynamic table as well that i use as i have a program that takes a file and creates a table based on used rows. so this is also possible.
I'll try and detail it out as best as possible for you. This is what i did and this is specific to sales data from a specific retailer.
Thats the whole flow. here are the details
Split Email function
Select
From- this runs through each line and assigns a number
Filter array, then searches each string and finds "Report Name". the email sender actually sends 2 emails. one for inventory and one for sales. i run the same flow but just have a condition to write different files.
Find Position - purely returns the position i added in the select statement of that line.
URL - uses the position of "Find Position +1" so i have the right line. then splits that specific line.
The next steps are to copy that file from one drive and save to sharepoint. i do this 2 times. one for current week and one for historical. the difference is one overwrites and one creates new file name.
This is important because on sharepoint, we automatically have our reporting tool read the file in, this essentially refreshes the data / appends data. the historical is purely for tracking purposes and make sure we track each week.
The last step is to take the received emails and move them to processed this is just so i know that emails are working.
Can you provide all the steps you built to download the file from the link within an email and save to OneDrive? Is it possible to add the data to an existing file rather than saving as a new file?
This post is rather old, maybe there wasn't a solution back in 2017. however i recently made a flow that receives an email, finds the link to download the report, isolate the link, download it to OneDrive, then copy it to Sharepoint.
The feature i used is "Upload file from URL" its a OneDrive feature.
Give it a go!
I need a PA cloud solution 😕 Thank you.
I think, now it can be achieved using Power Automate Desktop Flows.
Thanks!
I ended setting up a Zapier email account, it parses it, actually downloads the file and lets me email it where I grab it with a Flow since SP isn't supported under Zaps yet.
Hi Courtney,
Can you please give me some example? I am interested in this.
@Courtney still helping people set this up?
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1