Gilmay Posted September 7 Report Share Posted September 7 I have a task, sending an e-mail which contains a date-field (..text.. [@field:DateFieldInMyTable] ..text.. ) . The recipient receives the e-mail wit the date showing in format MM-DD-YYYY and I need it to show in DD-MM-YYYY. Is there a way to change the format in this e-mail? Quote Link to comment Share on other sites More sharing options...
0 CoopperBackpack Posted September 9 Report Share Posted September 9 Hello @Gilmay, Formatting can be applied on DataPages, but not in Tasks/Triggers. So, you may use the following workaround: concatenate parts of the date in the order you need. For example, I selected records to the Table Variable. Then, in the 'Send Email' block, I selected from the Variable and attached the fields from the Variable (the 'Email' field used in the 'To' field, the 'FirstName' field, and the formatted date are used in the message). If you need assistance with your Task configuration, please provide a screenshot of the Task you are currently working on. Quote Link to comment Share on other sites More sharing options...
0 cheonsa Posted September 20 Report Share Posted September 20 For more details about Variables and Table Variable, you may refer to this link: https://howto.caspio.com/triggered-actions/triggered-action-elements/variables/ Quote Link to comment Share on other sites More sharing options...
Question
Gilmay
I have a task, sending an e-mail which contains a date-field (..text.. [@field:DateFieldInMyTable] ..text.. ) .
The recipient receives the e-mail wit the date showing in format MM-DD-YYYY and I need it to show in DD-MM-YYYY.
Is there a way to change the format in this e-mail?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.