I receive daily automated emails from our helpdesk ticketing system containing excel attachments that contain statistical data.
I have built a flow to pull these specific attachments and save them into a dedicated OneDrive folder. What I would like to do next is to build a second flow task that looks for added/modified files in this OneDrive location, get the rows of the new file and append them to a master document located in the same folder so that I can create a PowerBI dashboard off of the compiled data.
One caveat worth noting is the excel files do not have tables in them, nor is a way to programmatically add a table (unless there is a flow task for that?)
Any help would be greatly appreciated.
Thanks.