Mar 13, 2022 06:10 PM
Hey guys,
As per this question and problem Extracting records from one table to another based on dates - #2 by Kamille_Parks
How can I, and is it even possible to choose Condition where {date field} is is/on or after/exact date/etc. as {another date field from table}?
Because the only option I have is to choose specific date.
Long story short, I need to trigger certain automation with record that has its unique date field (lets call it {date1}), but that automation needs to be triggered only when that record’s date ({date1}) is in a certain specific range I choose (lets call it {date2} & {date3} because I actually have FROM and TO fields to make that specific range).
Thanks
Mar 14, 2022 05:38 AM
Mar 14, 2022 05:47 AM
However, @Michael1 is looking for dynamic input for the date ranges. That can’t be done with automations, so Michael, you’ll need to create formulas in your table to use as your conditions.
Mar 14, 2022 05:55 AM
Ah, I missed that part.
Then yes you need to have it as an IF Statement
Mar 14, 2022 06:46 AM
I’m just not sure how to do that :confused: