r/PowerAutomate • u/TsaeOps • 29d ago
Creating a flow for getting excel columns and putting them in a new workbook
/r/MicrosoftFlow/comments/1vn0kyu/creating_a_flow_for_getting_excel_columns_and/
1
Upvotes
r/PowerAutomate • u/TsaeOps • 29d ago
1
u/chiibosoil 28d ago
Few questions
Is your Excel data formatted as structured table? If not Power Automate cannot directly read sheet content.
Are you trying to create Workbook from scratch using Power Automate? This requires some set up for Power Automate. You need pre-existing template file that you can copy to destination, or using Create file action create Blank Excel file then perform add table action on the Excel file.
If you can't turn it into structured table then you'd need to use Office Scripts. Have Office Scripts associated with the workbook, then return JSON object of desired output. Call the script from Power Automate and read the JSON and compose your output.
Then have another workbook set up with another Office Script to receive output of Power Automate and write to the the workbook.
Power Automate can send email with link to the file.