Anyone with an idea on how to write a function that can generate number of minutes covered between start time and end time. This should be in its own field
Like this (just switch out the now)
round(int(now() - ${StartedForm}) div (1000*60),1)