How to get the difference in 'DAYS' between two dates in Power Automate?
Q: How to get the difference in 'DAYS' between two dates in Power Automate?
A: In order to get the difference in Days follow the Below Formula
div(sub(ticks('2021-05-10'), ticks('2021-05-10')), 864000000000)
Happy Coding..!!
Comments
Post a Comment