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!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.