Dear All,
I should solve the following task with Power Automate:
There is a table with 3 columns (Source_table and SourceName, Customer, Values columns) in a Sharepoint document folder ("Source_folder"). The first column is SourceName, and I should split this table based on the value of this column. Rows with same Source name should split to separate Excel files which are named based on the Source column group (Source1.xlsx, Source2.xlsx and Source3.xlsx). These new files should be created in a different folder (Destination_folder) on same Sharepoint site.
Source_table looks like this:
Destination files and contents:
Further details:
- When a new group will be added to Source_table (e.g. Source4), it should create a new file (Source4.xlsx) during the next run.
- Every time when we re-run the flow it should create new destination files (for all the groups).
- If a destination file exists (e.g. Source1.xlsx), it should be overwritten
Is it possible use case to solve in Power Automate?
Thank you for your help!