Help

Re: Updating Duration Field via API

Solved
Jump to Solution
991 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Chuck_G
5 - Automation Enthusiast
5 - Automation Enthusiast

I’m trying to update the duration fields via standard hh:mm:ss and my updates are failing. By no means an expert here so forgive my ignorance as the API documentation isn’t telling me much. What type of number should I be using in order for this to work? Should I be converting time to a UNIX timestamp or something else? Thanks in advance!

1 Solution

Accepted Solutions
Andrew_Johnson1
8 - Airtable Astronomer
8 - Airtable Astronomer

You will need to convert the duration to seconds and then pass that duration in seconds to the API

See Solution in Thread

1 Reply 1
Andrew_Johnson1
8 - Airtable Astronomer
8 - Airtable Astronomer

You will need to convert the duration to seconds and then pass that duration in seconds to the API