Hi all,
I am using Airtable for my app (seen below).
If the user ‘Alex’ has multiple entries, I want to obtain the sum of the ‘Total Time’ column.
E.g. 2 entries in this table are 0:0:20 & 0:0:27, so sum of times should be 0:0:47 seconds.
So far I am able to display the value of the total time by counting through the airtable, (blocks see below).
But how can I show the sum of all the times??
Many thanks