Skip to content

Call Automation After Parsing Imported Data

Feature Description

Open the data table record import page, where users can import data through three methods: Excel, CSV, and Copy table from Excel or web page. The imported data will be converted into data table records according to the mapping relationship, and the specified automation will be called.

Parameter Settings

Configuration ItemDescription
Data TableRecord's data table type
Allow Users to Select the Following Fields for ImportSet the fields that users are allowed to import
Default Mapping RelationshipSet the default mapping relationship between columns and fields
Field Default ValuesDefault values for fields when imported data is empty
Enable Import Data ValidationWhen enabled, imported data will be validated row by row
Row Data Does Not Meet ValidationWhen Enable Import Data Validation is enabled, each row of data can be validated. When the return value is true, it means the validation result is not met
Prompt Content When Validation FailsPrompt content when row data does not meet validation
Continue Import When Validation FailsWhen enabled, import will continue even if validation fails. When disabled, validation failure will prevent the import of subsequent rows of data
Skip Current Row When Validation FailsWhen enabled, the current row will be skipped directly and not updated when validation fails. When disabled, updates will be made even if validation fails
AutomationAutomation to call after import is completed
Input ParametersInput parameters for automation

Example

In the data table module, we need an import button. Clicking this button can parse the data in the Excel table into data table records, and display the data table records to the client through a prompt box via automation.