Menu Icon

Records

This article will mention what Records are.

In Peaka, we have Get a record, Get all records, Add a record, Update a record and Delete a record nodes.

These nodes are adding, editing, deleting or showing your selected table data.

Get a Record

With this node, you can one of data from your table. Also you can filter your data with Filter | Visual SQL Editor.

Get All Records

With this node, you can get all data from your data. Also you can filter your data with Filter | Visual SQL Editor.

Add a Record

With this node, you can add a new data to your table. You enter your data to Edit Record Details modal as JSON format as you see in the below image.

Update a Record

With this node, you can update your table rows. You need to select your table and enter filter column, filter value.

Lastly, click the Edit Record Details button and enter your new value of data as JSON format.

Delete a Record

With this node, you can delete your data. You need to select your table and filter column and filter value.