So I will try and describe what i need as best as possible. I have a recurring flow that emails an excel report to the recipient every wednesday. I have been asked to include in my excel table a column that calculates the number of days since the created date. for example when an item is created how long in days, has it been open. I have looked all over and have seen that ticks is probably the way to go, since diffdate isn't available, but i can't get anything to work. I was thinking that something along the lines of this div(sub(ticks(formatDateTime(utcNow(),'yyyy-MM-dd')),ticks(item()?['Date Created:'])),864000000000) but i need to apply it to every row in table, and don't know if there is a way to do this. Here is my flow: I have more to the flow just need to address days open. thank you.