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

  1. Drag "Update" block under “Database Blocks” in block picker.
  2. Enter name of the variable which has the database data to be modified.
  3. Click on "Add data" to add data to different fields of table.
  4. Select the database table field name and enter desired value.
  5. Click on Save to create the block.