Sep 14 2022 06:48 AM
I have a number column called Countdown showing # of days, what is the power automate expression to convert this into years?
For example:
2726 days = 7.46 calendar year
Sep 14 2022 11:16 PM
@NMenB You can use expression in power automate flow like:
div(2726,365)
Documentation: functions reference - div
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.