Updating Database Records
Automate database record updates with the Database Book.
Syntax
set <object>'s <field> to "<value>"Examples
get a person from database whose ID is 3
set the person's name to "Jane Doe"get an employee from database whose employee_id is 918756423
set the employee's designation to "LEAD"get a incident from database whose ID is 12345
set the incident's FirstName to "Abby"Last updated
Was this helpful?
