Update
Updates a record in a database table.
Inputs
Table
The table that contains the record to be updated.
Row ID
The ID of the record to update.
Fields
The fields to update in the record.
Source Field
The new value of the field.
Target Value
The field to update.
Outputs
Data
An array of objects representing each database record that was updated.
Rows Affected
The number of database records affected by the update operation.
Updated 8 months ago