Hello,
Is there a way to insert the “Period repetition time” in now.plusMonths(3)
, something like now.plusMonths(customfieldXXXXX)
?
Where customfieldXXXXX is a number field (like = 3)
?
Thanks,
Hi @Clàudia López ,
Maybe if your are trying to calculate and set a custom field value ....
Yo can use an automation and some smart values ... maybe this one could work for you?
{{[date].plus[Unit]([number])}}
Takes the given date and time, adds the number of the unit specified, and returns the resulting date and time. The units that can be used are:
Millis
Seconds
Minutes
Hours
Days
Weeks
Months
Years
BusinessDays (business days are considered to be Monday to Friday, 9am to 6pm)
Cheers!
Esteban Diaz
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.