Hi guys,
I've been using MS Flow for several months. One new HTTP integration expects me to send the date in a unix timestamp. I've been researching and trying several things but so far I was not successfull.
Is there a way to convert utcnow to timestamp using Microsoft Flow?
Regards,
Rafael
Solved! Go to Solution.
Hi @rafaelresende,
Microsoft Flow uses UTC format by default, it seems that there is no function can be used to convert UTC format to unix timestamp.
Please consider submitting a request on Flow Ideas Forum:
https://powerusers.microsoft.com/t5/Flow-Ideas/idb-p/FlowIdeas
Best regards,
Mabel Mao
Hello, @rafaelresende!
If you have already posted your idea to the Flow Community Ideas Forum then you need to post the URL to your idea’s thread as a reply to this thread and then "Accept as Solution" on that reply so other users may vote for your Flow Idea and identify the information easily.
Thank You!
-Gabriel
Flow Community Manager
Just opened in new Ideas.
There isn't a function for it but you can calculate it manually
div(
sub(
ticks(
utcNow()
),
ticks(
parseDateTime('1-1-1970')
)
),
10000000
)
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
21 | |
20 | |
9 | |
8 | |
7 |
User | Count |
---|---|
33 | |
31 | |
24 | |
23 | |
11 |