I have a spreadsheet with dates and names of employees. I would like to automate a weekly email that notifies dates that are four weeks out from the trip date listed in excel. I have been able to get the columns from excel, create the table, and send the email, but cannot iron out two main issues.
1) The formula for four weeks out from today does not accurately pull the dates (it includes dates in the past). It also does not format the date correctly to the yyyy-MM-dd format. Instructions were taken from this thread.
https://powerusers.microsoft.com/t5/Building-Flows/Send-an-email-based-on-date-in-excel/td-p/1287358
2) When the flow does load, it sends four emails. One for each of the test entries I have.
For the most part, my flow copies the above link. However, if you look at the comments below the solution, I am given the same error that the other users describe for filtering eligible rows "Flow save failed with code 'InvalidTemplate' and message 'The template validation failed: 'The repetition action(s) 'Apply_to_each' referenced by 'inputs' in action 'Filter_array' are not defined in the template.'.'."