In the pic shown, the data is entered into an google sheet (if there are better client input database, let me know!), and I’ve tried to set the filter to send out an email or text to the customer 7 days from today. I am intending the automation to run daily in the morning.
You might need to use the built-in function parseDate to convert the date string from sheets into a date variable, so that you can compare date against another date.
@samliew As shown in excel data sheet, I have included multiple rows with different dates so that the program is able to run without constantly having to fix/change the dates.