Hi,
I am trying to generate an excel report based on an excel template using Microsoft Flow.
I have a reference excel spreadsheet, that will be copied into a separate file. This template has a table called DataTable that will be written to and used to display some fields for the report.
When the new copy is made, I would like to write some rows to this new copy's DataTable.
The template will have some lookups for the table that will display some data for the rows.
Ideally, the file can then be emailed, but I should be able to manage that, getting stuck on making a copy and then writing some rows to that file.
| Field | Data |
| Field 1 | Data 1 |
| Field 2 | Data 2 |
Flow
Thanks!