I use Airtable as a database for my Glideapp project and I am experiencing a problem with duration fields.
I have a duration field in Airtable (duration format h:mm), which transforms to duration field in Glide. However…
If the Duration in Airtable is 00:45 (0 hours, 45 minutes), Glide displays it as 45:00 (incorrect)
If the Duration in Airtable is 02:45 (2 hours, 45 minutes), Glide displays it as 02:45 (correct)
Is there any solution for this problem?
Or maybe a bug in the Airtable-Glide synchronization?