Forum Discussion
Flow for reuse within an excel spreadsheet
- Sep 14, 2022
Hi aaronbullock , it's definitely within the scope of a Flow, though I would recommend the use of a SharePoint list over a spreadsheet. That having been said, if we assume that the spreadsheet contains a correctly formatted table my initial thought would be to consider a scheduled Flow, running daily. The Flow would loop through each record (based on criteria you would set to minimise the data set in the loop) and trigger an email if the due date matched todays date. The date format in the spreadsheet will be important if you're to get consistent evaluation by the Flow. It's simpler and less subject to user error if using a SharePoint list for such things but I know that spreadsheets are more familiar to many.
Hi aaronbullock , it's definitely within the scope of a Flow, though I would recommend the use of a SharePoint list over a spreadsheet. That having been said, if we assume that the spreadsheet contains a correctly formatted table my initial thought would be to consider a scheduled Flow, running daily. The Flow would loop through each record (based on criteria you would set to minimise the data set in the loop) and trigger an email if the due date matched todays date. The date format in the spreadsheet will be important if you're to get consistent evaluation by the Flow. It's simpler and less subject to user error if using a SharePoint list for such things but I know that spreadsheets are more familiar to many.