Convert seconds to minutes in tables

Sorry for asking a simple question, I am still very new to retool:

I have a API feeding a table and the "runtime" is shown in seconds, I would like to either display this as minutes or hours and minutes:

I am sure this can be done with doing something to the mapped value, but just need some help:
image

Use {{self/60}} for displaying in minutes

1 Like

cheers Scott, had tried {{self}}/60 but didn't think it would work within the brackets, so simple when you know how :slight_smile: