Update Block
Update block is used to modify data on the database table. It stores the result in a variable as a dictionary.
# How to create a Update Block
- Drag "Update" block under “Database Blocks” in block picker.
- Enter name of the variable which has the database data to be modified.
- Click on "Add data" to add data to different fields of table.
- Select the database table field name and enter desired value.
- Click on Save to create the block.