Update Single Select Field
Update a single-select field, such as a status field
Sign up
This script will update a single-select field, such as a status field. Call it from a button field to change the status of a record.
Use case: use a button field to update a single select field, such as a status field.
Inputs: table, field, and value.
Schema: a table with a single select field.
Data changes: update the trigger record to have the value
View source