Hey everybody,
I want to create a automation that changes the current due date to a new date that varable. using a variable date --> the first working day of the next month + 4 working days for example. Is there a opportunity to do that?
@MiriamG Welcome to the community!
You can use the following smart value:
{{duedate.plusMonths(1).firstBusinessDayOfMonth.plusBusinessDays(4)}}
(i) You may replace duedate with any other date fields.
Hope it helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.