Skip to content

Delete Record

Feature Description

Delete one or more records

Parameter Settings

Configuration ItemDescription
Data TableThe data table to export from
Record IDThe record ID or record ID array to be deleted

Example

Deleting is a basic function of data tables. For example, in the employee information form page shown in the figure below, configure a delete button. Clicking the button will delete the current record.

To configure the above button, you need to add a button in the form settings. Select "Delete Record" as the execution action. Select the data table where data needs to be deleted for the Data Table of the configuration item, which is "Employee Information" in this case. Obtain the current record through an expression in the Record ID of the configuration item. The specific configuration is shown in the figure below.