Using a script, what is the syntax for clearing a value from an existing record in a single select field?
Solved
[Solved] Clearing Single Select Field Value
Best answer by Kamille_Parks11
let table = base.getTable("Table 1")
let record = await input.recordAsync("Record", table)
await table.updateRecordAsync(record.id, {
"Single Select": null
})
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
