Blocks & Flow EditorDatabase

update data

Updates a record in the database.

Updates a record in the database.

Bot Studio update data block configuration

Configuration

FieldDescription
Display NameLabel on the block.
DatabaseSQLite or MySQL.
Host nameMySQL host (hidden for SQLite).
Port NumberMySQL port.
UsernameMySQL username.
PasswordMySQL password.
Database NameTarget database.
Table NameTarget table.
Column NameColumn to update.
Column ValueNew value.
Condition Column NameWHERE column (equals).
Condition Column ValueWHERE value.

Outputs

PortDescription
Output 1Message passes through after the operation completes
On this page

On this page