Dear Community, I am fairly new to Make. I have managed to connect Webflow and Email and transfer the form data.
But now I have a small problem. I would like to include the date. I can use the “Submitted At” field for this. In the mail, however, the date is formatted as follows: 2024-06-10T16:49:40.496Z
Is there a way to format the date?
Hello! Welcome to the community!
Normally, the variable “now” should be enough
If it fails and you are forced to format it, you can use the formatDate function
You may have to tune a little bit the pattern here
Benjamin
2 Likes
Thanks for the tipp. It has worked.
3 Likes