← Return to the list of available actions
If you have a problem understanding how the action works, check: Action, Conditional execution, Components parameters
Category: Favourites
Action location: Table, Table button
Available from version: 1.0
The action is used to save data from the "Dynamic Table" under a specific name in a given category. It is possible to select specific columns to be saved. Data written in this way can be read using other actions. We set the actions to "Dynamic table" which we want to save or from the table button level. After running the form, a save button will be added (name and icon according to the action parameters settings). After clicking the button, the "Saving the form template" window is displayed. In the window, enter the name of the template (under which name our table should be saved) and select / deselect the option that sets whether the template should be the default (unless the action parameters are set so that this option is not displayed). When saving, the template name must be different, otherwise an error will be returned. The error will not be displayed if the "overwrite existing template" option is selected.
From version | Description | Parameter type | Default value | Field type | Restrictions | |
---|---|---|---|---|---|---|
The name of the button* | 1.0 | Name displayed on the added button in the table. | Text | "Save template" | Editable field | Parameter is hidden when an action is placed on a table button. |
The name of the icon for the button | 1.0 | The name of the icon to be displayed on the added button. List: icons (the word "silk-" is automatically attached to the name). | Text | "table-save" | Editable field | Parameter is hidden when an action is placed on a table button. |
The category of the created template* | 1.0 | The name of the category in which the given table will be saved. A different name is recommended for each table. | Text | "Category" | Editable field | |
List of selected columns to save as a template | 1.0 | List of variables from the table, the values of which will be saved to the template. Column values that have not been mapped will be set to an empty value. | Variable array | Editable field | ||
By default, the 'save default template' box is checked* | 1.0 | Sets the "Save As Default" option to the default of "True". | Boolean | Yes | Editable field | |
Hide the save field as the default template* | 1.0 | Sets the visibility of the "Save as default" option (with the check mark) in the save form dialog. If the option is hidden, the user cannot change the option set by the parameter 'Default checked' save default template '. | Boolean | No | Editable field | |
By default, the template override box is selected* | 1.0 | Sets "Overwrite Existing Template" to default to 'True'. | Boolean | No | Editable field | |
Hiding the 'template overwrite' option* | 1.0 | Sets the visibility of the option (with the checkmark) "Overwrite existing template" in the form saving dialog. If an option is hidden, the user cannot change the option set by the 'Default template override field' parameter. | Boolean | Yes | Editable field |
Parameter*- mandatory field
Sample configuration
Loading window
1.0
- Adding a component
1.0.1
Enable to attach an action to a table button
Add Comment