What are you trying to achieve?
Set the correct dateTime based on the {now} variable right within make.com
Steps taken so far
I used the the {formatDate} in combination with {now}, tried the {parseDate} but nothing helps out. The output is still a weird format in the PDF I’ve create via documentero. Does anyone have some ideas how to solve?
Screenshots: scenario setup, module configuration, errors
Hi,
You must change sequence- format desired date.
{{formatDate(addDays(now; 7); "DD.MM.YYYY")}}
4 Likes
You’ll have to add days before you turn the date type variable into a text format, because once you’ve formatted it you can’t add more days.
samliew – request private consultation
Join the unofficial Make Discord server to chat with us!
You’re my hero! It can be so simple. Works perfectly now. Thank you so much.
2 Likes