HI, I'm new in the forum and almost new in Power Automate.
I need to compare two dates. One comes from an excel table where the format is dd/MM/yyyy (e.g. 28/06/2022). When reading the table in the flow I set the DateTime format as follows
I set a string variable with this date:
and then setting the condition as follows:
When I run the flow I get the error message:
Unable to process template language expressions for action 'Condition' at line '0' and column '0': 'In function 'formatDateTime', the value provided for date time string 'translationend' was not valid. The datetime string must match ISO 8601 format.'.
What I should do?
Solved! Go to Solution.
@bellotma In formatDateTime() you are passing string 'translationed' which is incorrect. you should select variable from dynamic content.
Please 'Thumbs Up' the posts that helped you and 'Accept as Solution' if my post answered your question.
@bellotma to solve the issue i recommend to use compose action where you can pass the date value you in compose action. So it will give you the idea what output you're getting. then after you can modify your format date time expression.
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
For more info you can visit to the below link
How to customize or format Date and Time values in a flow - Power Automate | Microsoft Docs
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
@bellotma In formatDateTime() you are passing string 'translationed' which is incorrect. you should select variable from dynamic content.
Please 'Thumbs Up' the posts that helped you and 'Accept as Solution' if my post answered your question.
Thanks, Hardesh15. At the end the issue was much trivial than expected!
User | Count |
---|---|
92 | |
45 | |
21 | |
18 | |
16 |
User | Count |
---|---|
137 | |
49 | |
42 | |
36 | |
28 |