halo,
i have a column in excel which stored starttime duration and endtime and it looks like this
how should i update my endtime to 1:30 PM and my next record would be 10:00 AM?
Thank you
Solved! Go to Solution.
Hi @AdhamFH,
You could use the addMinutes() function to process it, then format it to Short time pattern.
addMinutes(outputs('Compose'),30)
formatDateTime(outputs('Compose_2'),'t')
Run result:
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.
Hi @AdhamFH,
You could use the addMinutes() function to process it, then format it to Short time pattern.
addMinutes(outputs('Compose'),30)
formatDateTime(outputs('Compose_2'),'t')
Run result:
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.
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
89 | |
59 | |
42 | |
35 | |
32 |
User | Count |
---|---|
79 | |
67 | |
57 | |
49 | |
42 |