Hi,
I am having some trouble with a Patch request to update a Duration field.
The error I’m getting is this:
{error: {type: "INVALID_VALUE_FOR_COLUMN", message: "Field Time Spent can not accept value 5306"}}
But what’s interesting is, if I change the field type to “Single line text,” it works fine and updates the field as expected.
Here’s how my header looks in both cases:
Am I formatting the value wrong for the ‘Duration’ field type? I tried converting 5306 seconds to “01:28:20” string but I got the same error.
Any thoughts?
Thanks,
Roosevelt