i want to create an automatic flow that runs early Monday and Thursday morning. it will look at a dataverse table I have and look at a specific column called Child's DOB. it will automatically delete any record where the date of birth is 6 years ago or more. i have the reoccurrence set, then i did a list rows with my table, i then did an apply to each where the output was the value from the previous step, and added a condition where i have my Childs DOB column is greater then or equal to the formula addDays(utcNow(),-2192). i just chose 2192 in the formula because that's roughly 6 years with leap days in there. i then made the condition is yes to delete the row and didn't put anything for if no. I have attached a screen show of my flow. the flow fails when I test it. I am on the right path and can anyone give me some advice on fixing this? thank you!