I created Microsoft Form for collection of Excel files in a specific template from my team members on daily basis. I need to combine all received files in a particular day in a single master Excel file (contains progress of past days) which will be forwarded to my manager.
Table format for template and master file is below.
| Date | Team Member Name | Progress |
| 6/7/2020 | Mr. ABC | 20% |
I tried to create flow but couldn't find any action which dynamically reads new received file and copies data to master file. If anyone of you knows any solution or other workaround do let me know please.