Save To Database - saves data from section to List or DataTable structure.
Cell Data option is used to create mapping between section cells and Data Columns (the section must contain key columns for the list or table).
Column in Data
The Data Field property of a cell maps the cell to a column.
Where you can use action:
Workflow
Parameters:
Section (type:text) - section name.
List/Table (type: text) (Optional arguments) - List or DataTable name in which data will be saved.
Saving to Multiple Tables/Lists
If you want to save data to more than one table or list, simply provide values separated by commas in the "Data Field". You need to specify the table name and the column name. In this case, there is no need to specify the table or list name in the action step, as they are defined in the "Data Field".
Example:
When data field/column is dragged on section cell, Data field is automatically filled.
Data Field: Products_price.price, Products_suppliers.price
In this case, data from the section will be saved to the price column in both the Products_price table and the Products_suppliers table.
0 Comments