Hi,
I'm building a helpdesk sharepoint list and I need a column that shows the number of days old each item is.
I'm checked it up and found that I'll need to do a scheduled flow that increments the number of day(s) daily.
How would I achieve this?
Thanks for your help!
Regards,
Daniel
Hi @Mira_Ghaly ,
Sorry for that! I'll check more carefully next time. I'm testing it now and will come back to you with feedback.
Thanks again for your help!
@Anonymous there is missing) after [created]
@Anonymous
Yes please try it and make sure it is working as expected.
Hi @Mira_Ghaly ,
Thank you so much for this! Will this update daily to reflect the current number of days old the item is?
Thank you again for your help!
Regards,
Daniel
@Anonymous
Have you tried using calculated column directly on sharepoint?
Round((Today()-[Created]),1)
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1