Hi Community, trying to figure out how to get years and months between two dates. I am using an entity to grab start date and end date. Then I want to create a flow that subtracts the dates to get me years and months. So I expect the bot to output a text string that says "The calculated years of experience is 10 years and 3 month(s).
PVA BOT questions:

My attempt at creating the flow:


This is what my compose action has but I know its not correct:
div(sub(ticks(variables('EndDate')), ticks(variables('StartDate'))),864000000000)