Hello @Krishna Bharat Yedla ,
Thanks for the ask and using Microsoft Q&A platform .
There are couple of ways by which we can do that . From the UI , you can check it as shown in the below screenshot
In case if you want to capture the time within the pipeline you can do that also as shown in the screenshot below . At this time we do not have a function whcih gives the difference in dates , so we cab use the ticks function . The output can in nanoseconds but then you can use the div function and chanhe this in any time unit you want .
Dynamic expression for time in millisecond
@ hide (div(sub(ticks(formatDateTime(variables('endtime'))),ticks(formatDateTime(variables('starttime')))),1000))
Please do let me know how it goes .
Thanks
Himanshu
-------------------------------------------------------------------------------------------------------------------------
- Please don't forget to click on
or upvote
button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
- Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators