You can use date comparison operators to evaluate if {{Created At}} is before or after a specific date. Here are the available operators: For dates after a specific date: ** Use > (greater than)
** Example: {{Created At}} > "2023-01-01"For dates before a specific date: ** Use < (less than)
** Example: {{Created At}} < "2023-01-01"You can also include the specified date in your comparison using: ** > = (greater than or equal to) for on or after a date
** <= (less than or equal to) for on or before a date
Source:
<https://www.clay.com/university/guide/comparison-operators|Comparison operators | Documentation | Clay University>