This seems like something I should have been able to figure out, but I've been struggling to come up with a solution.
Duration fields are handy for inputting data, displaying data, and manipulating it in Airtable. But the underlying data is the number of seconds in a text string. For example, one hour, seven minutes, and seven seconds will show as 1:07:07 but the underlying data is "4027".
When I use the output via automation, the field output is 4027. I want to use 1:07:07.
Does anyone know a formula or automation that I can set up to convert seconds into a HHss text output?