Data Add Record
Last updated
Last updated
Data Add Record
is a that initiates the addition of a into a .
The block consists of the following (from top to bottom):
The image below shows an example of Data Add Record
the block.
Here is a summary of the above example:
The Data Add Record
block is used to add a new record into the Customers database table. The record is for the name Jane Max .
The result for the above example is shown in the image below. The record identifier for the newly added record (64f1018ab5ed96040cc633b3) is displayed along with the value of the FirstName field.
The Customers database table now contains the following, with the record we added highlighted:
Table: that accepts a value representing the name of the .
Dataset Name: that accepts a value representing the name of the dataset. This can be any value and can later be used to track the completion.
Dataset Refresh: that accepts a (true/false) value to indicate if you want the system to refresh the records in the same dataset after successful completion.
Record Data: that accepts an value representing the record to be added. The Object block is pre-attached by default and its properties are automatically populated based on the fields of the selected table.
NOTE: This block initiates the database record addition, which will occur in the background. To track the status and to take an action upon completion, use the block.
NOTE: Please refer to the prerequisite information shown before seeing the example.
The block is used to handle a event for a button.
The block is used to track the completion of the database add operation.
Upon a successful completion, the block is used to display the of the newly added record along with the value of the FirstName field.