Hi all,
I try to use AddToTime to add 1 month to a date on a certain trigger.
I want to do:
* get "Nächster Termin" (next date) - for example 2020/02/01
* add 1 Month to this date - results in for example 2020/03/01
My AddToTime looks like this and does not work:
addToTime('Nächster Termin',1,'Month')
I can get "Nächster Termin" from Dynamic Content.
But how do I integrate it into my expression?
Thank you in advance!