Updating Database Records
Automate database record updates with the Database Book.
Last updated
Was this helpful?
Automate database record updates with the Database Book.
Last updated
Was this helpful?
To update a singular database record, you need to first identify the record to be updated. To learn more about this, see and .
In this example:
Line 1: Retrieves a database record.
Line 2: Stores the retrieved records as the records
.
Line 3: Stores only the first record from the records
as the person
.
Line 4: Updates the DOB of the person
.
This procedure updates a table in the database with data from a table in Kognitos. The columns of the input table must match the columns of the database table.
These required data elements must be present in the automation before using the procedure.
the table
Table
In this syntax, replace name
with the name of the database table to update.