
I have added a Flow to calculate a column in my SP List for DaysOld. On a daily basis I would like to perform "sub(utcNow(),'Created')". Based on this, I have a couple of questions...
Any assistance would be appreciated.
Thanks
If you use a calculated column, it will only recalculate when the item is updated, so you probably need Power Automate if you need it updated daily. You can use three compose actions to get the days:
These are the expressions in each Compose action:
There is probably another way you can do this, but this is what I've done.