i try to convert 'Compose 15' and Compose 20'
to get this format using UTC:
2017-10-30T09:00-00:00
Solved! Go to Solution.
Hi @7eleven,
I have made a test on my side and please take a try with the following workaround:
split(outputs('Compose'),'/')
concat(variables('Date')?[2],'-',variables('Date')?[1],'-',variables('Date')?[0],'T',outputs('Compose_2'),'-00:00')
Image reference:
The flow works successfully as below:
Best regards,
Kris
Hi @7eleven,
I have made a test on my side and please take a try with the following workaround:
split(outputs('Compose'),'/')
concat(variables('Date')?[2],'-',variables('Date')?[1],'-',variables('Date')?[0],'T',outputs('Compose_2'),'-00:00')
Image reference:
The flow works successfully as below:
Best regards,
Kris
Thanks for your answer ! So i have to change to change the time manually ?
Hi @7eleven,
The value you provided is not a string timestamp, we could not use Date function to convert it in Microsoft Flow currently.
More details about Date functions, please check the following document:
Best regards,
Kris
Thank you so much, I would have been trying to work this out all night if i didnt find your post 🙂
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
User | Count |
---|---|
79 | |
20 | |
17 | |
14 | |
13 |
User | Count |
---|---|
135 | |
32 | |
32 | |
30 | |
25 |