Hello,
I'm trying to run a flow that grabs an excelreport template and a list of values from a seperate excel spreadsheet (SNAP Extract). Each line in the SNAP Extract spreadsheet contains all the data I need for a report.
The end goal is to go through and for each line in my SNAP extract create a report and save it as a new file.
This is currently working if I grab the files from OneDrive. The problem is that multiple people need to run this flow and if I share the OneDrive files with them they get a different path to the files. Flow cannot as I understand it access files that are shared with you.
My solution is to store the files on a share point site. Whenever anyone runs the flow I want them to essentially create an instance of the files. I do this by grabbing the file content from Sharepoint and creating a new file in excel and saving it into my onedrive.
This in itself works fine, I hit the ERROR when I try and handle the files I have just created.
The new file is created and it appears if I list the files in the folder but when try and use a 'get rows' node on it I get the error in the title.
I'm struggling to upload an Image of the error if I work it out I'll update this post.
Hope someone can help,
Thanks!