Hello,
Please, I need to convert the date / time to the following format in flow:
25/10/2019 14:50
I tried formatDateTime (item () [''], 'dd / MM / yyyy hh: mm: ss') but it didn't work.
Thank you!
Solved! Go to Solution.
Hi @Haufe,
I have tested on my side, and it works well. Please make sure the original date is correct.
If possible, you can use a Compose to output the original date for a check.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If your actual expression has those spaces, that could do it. This is working for me-
formatDateTime(body('Current_time'),'dd/MM/yyyy HH:mm:ss')
There is the Convert time zone action which is what I normally use and which works well.
Rob
Los Gallardos
If I've answered your question or solved your problem, please mark this question as answered. This helps others who have the same question find a solution quickly via the forum search. If you liked my response, please consider giving it a thumbs up. Thanks.
Hi @Haufe,
I have tested on my side, and it works well. Please make sure the original date is correct.
If possible, you can use a Compose to output the original date for a check.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.