Blocks & Flow EditorDatabase
update data
Updates a record in the database.
Updates a record in the database.
Configuration
| Field | Description |
|---|---|
| Display Name | Label on the block. |
| Database | SQLite or MySQL. |
| Host name | MySQL host (hidden for SQLite). |
| Port Number | MySQL port. |
| Username | MySQL username. |
| Password | MySQL password. |
| Database Name | Target database. |
| Table Name | Target table. |
| Column Name | Column to update. |
| Column Value | New value. |
| Condition Column Name | WHERE column (equals). |
| Condition Column Value | WHERE value. |
Outputs
| Port | Description |
|---|---|
| Output 1 | Message passes through after the operation completes |