I'm trying to make a flow that will grab dates from a column called "Invoice Sent" in a Sharepoint list, then send me an email once it hits 30 days PAST any dates in the "Invoice Sent" column. The dates are formatted as dd-mm-yyyy. I want it to run once a day, and I only want to get an email on the day it becomes 30 days past due.
I've tried using bits and pieces from other forum posts that were similar to my issue, but I have yet to have any success. I only put the "InvoiceSent ge '01/01/2020'" part to encompass every date in the column-- this might not be necessary. This is what I have so far:
I really appreciate any help!