Check for upcoming dates < 7 days from today

Options
Can you assist me in transforming date/time fields. 
Creating an API that looks at Activities with a start dates (7/21/2021) that are less than 7 days from today (7/14/2021) and start date greater than today.
[checkdate7days1.png][checkdate7days2.png]
Tried but could not figure out. Thanks again!!!

Comments

  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Options
    Hi Emilio - there is a filter where you can add days to a timestamp called "timestamp_add_days"

    [Screenshot_2021-07-15_21-31-38.png]
    However, it looks like your dates are in a text format, which won't be able to be filtered like this. Are you able to store your dates as a timestamp instead?
  • Emilio Carranza
    Options
    that is probably the best thing to do. will change to timestamps. thanks!