Essentially we have 1 raw data sheet with all departments information. Each department has an unique ID. I want to use Power Automate to parse the excel data, so that is separates the departments data, and then puts that data in a new excel sheet for each department.
The idea I have thought of was creating an empty array and populating it with the rows that match a certain ID. Then using that array to repopulate a new empty worksheet. If that makes sense...
I'm just not sure if there is an easier way to go about it.
That way would work, but only if your data is in a table. Most ExcelOnline Business actions only work with table formatted data. If your data exists just in raw ranges, Office Scripts (specifically Office Scripts with Power Automate) is your only option. This is the 'Run Script' action on the Excel connector. With Office Scripts you can use the 'Run Script' action to execute javascript against a workbook. This option would also be easier if you know javascript and could actually be less lines of code than number of Flow steps!
Churchy
6
Chriddle
4
Super User 2025 Season 1
stampcoin
4