I am passing a duration type field a number value for update:
let [audioFile, duration] = await concatenateFiles(audioUrls);
console.log(duration); // this is showing a number with decimal
// make the update
await table.updateRecordAsync(record, {
...