I have the following scenario:
I have an upstream software that spits out an updated report every day. The data comes out as an excel file and is saved in a folder on a file server. Each time the software spits out the report, it replaces the file with a new one (same name).
The report looks ugly, unformatted, and unorganized.
My plan is to import (create a connection) to this unorganized flat file data into a new excel file where I can organize it and make it look pretty. This new excel file will keep the data updated by periodically refreshing the import.
The end goal is to share this file with a few people in my org so that they can have an updated report daily without me manually doing this work.
- Is it possible to create a flow in Excel that will import data from a different excel file located in a folder?
- Is it possible to have it refresh on it's own without keeping the file open?
- Would this work in Excel for Web?
I just need a short description of what tools to use and what's possible. I'm new to flow.
Thank you!