What I’m trying to do
I am trying to make a formula that takes a date property and adds an integer to it to make a new date.
I know I can: date(lastReviewedDate)+"7d"
What I am trying to do is something like: date(lastReviewedDate)+days(reviewFrequency)
reviewFrequency is just an integer.
I’ve tried guessing at the syntax, but so far nothing works.