Hi guys, I’m attempting to send out a reminder to customers who have an appointment booked within the next 24 hours and although this seems like a simple task, I just can’t figure out why it’s not working. I’m storing the data in a google sheet and adding 2 conditions parsing the date setting a filter saying if the date is later than or equal to now AND if the date is earlier than or equal to now + 24 hours. But whatever I seem to do it just won’t pass both conditions. I’ve made sure the date from google sheets is actual text not date and the complete right format. Can anyone help? Sorry I know this is really long