Hello guys,I have a field that use a simple formula to calculate the time passed (in minutes) between the created time of a record and Now that goes like this: DATETIME_DIFF( {Created}, NOW(), 'minutes') * -1 The time displayed in minutes on the f...