Hello,
I have a flow that generate a document from dynamics 365 with a date in this format "26/09/2019 9:58 AM" (this is the format in CRM), I want to convert the date to "26 Septembre 2019" without using code to include it to an email. How can I do that please?
I tried this formula but it doesn't work:
I also tried this connector:
Thank you so much for your help!
Hi Clofy,
It works perfectly.
Thank you!
Hi Hammal,
Just apply formatDateTime function to your date fields.
I created an HTML table for an appointment for test:
dynamic expression with formatDateTime function:
formatDateTime(item()?['scheduledstart'],'yyyy-MM-dd') formatDateTime(item()?['scheduledend'],'yyyy-MM-dd')
Result:
Regards,
Clofly
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156