Sum a duration field in the correct format

Options

I have a database where I am keeping track of incoming calls. I have a field where I keep track of the duration of the call in this format minutes:seconds. Currently I have this formatted in a text field. I need to sum up these duration values and return them in this format hours:minutes:seconds. Does anyone know how I can accomplish this calculation and send the response to my front end? I am using Webflow and Wized.

Comments