INVALID_FLD_VALUE is the error
I have tried to set the value as a string formatted in the time based on the format in the settings, in my case HH:MM AM/PM
I have also tried using
format.format({ value: new Date(data.startTime), type: format.Type.TIMEOFDAY })
Where data.startTime is something like "01/11/2021 05:00 AM"