I’m trying to use automation to select rows from a parent table based on start and end dates in the parent table. How do I ask for rows where my ‘start date’ field is less than the current date and my ‘end date’ field is more than 7 days in the future.
I have both the ‘start date’ and ‘end date’ created as a date, but in automation I’m on;y given the option of selecting specific dates, not dates less than or dates greater than a value.