Not sure if there is already a guide to this.
Formula Durations = (now -createdDate)/60
Response is 02:30:05
i.e 2 hours, 30mins and 05 seconds
I want to use a comparison operator in the filterUI to show a record if Duration > (60mins)
How do I do this ? Seems like I need to do some conversion somewhere but I can’t figure it out.