Apologies if it's been answered before.
I would like to calculate how many minutes there are between two dates:
For example I have these two fields in the following format
CreatedOn: 2025-09-17T10:57:43Z
Modified On: 2025-09-17T11:18:06Z
I read about using ticks function, but is there a simpler way to calculate how many MINUTES it's been between those dates?
The end goal is to find out if it's been 60 mins or more.
Thank you for any help.