← Return to the list of available actions
If you have a problem understanding how the action works, check: Action, Conditional execution, Components parameters
Category: General
Action location: Form, Button, Variable, Label, Table button
Available from version: 1.0.20
The action sets the values in the given header and tabular variables. We pass the values as text that will be cast to the appropriate type. When setting values of tabular variables (columns), enter values after the semicolon, e.g. "text1; text2; text3", "1; 543; 432" etc.
An action set on tabular variables first clears row values and then enters new values. If there were fewer rows in the table than the values passed by the action, then new ones are added, while if there were more rows, the excess ones remain empty.
Leaving an empty conditional field is equal to setting it to "true".
Action location | Value of the "Events triggering" parameter | Conditional execution parameter action | Action call-up condition |
---|---|---|---|
Form, Variable, Label | Calling when variables are changed | Activates action | Changing the variable value to from the "Update variables" parameter. |
Call after conditional execution condition | Call-up action | The "Conditional execution" parameter will return "true" | |
Button, table button | - | Activates action | Pressing the button |
Parameter name | Description | Paremeter type | Default value | Field type | Comments and restrictions |
---|---|---|---|---|---|
Variables to set | List of variables to set | Array of variables | Editable field | ||
Values | The values with which we set individual variables | An array of text values | Editable field | In case of using variable or function of types other than text, use toString() function. | |
Events that trigger the action | In this parameter, we specify after which events the action should be triggered | An array of text values | Call after conditional execution condition | Drop-down list | The parameter does not appear in case of placing the action on the button. |
Updating variables | In this parameter we specify which variables will trigger the action. | Array of variables | Editable field | The parameter appears when the Invoking option is selected in the Events triggering an action when changing variables |
Parameter*- mandatory field
1.0.20
- Adding a component
1.0.30
- Improving the dynamic form
1.0.31
- Connecting to a variable blocks parameter modification
1.0.59
- Fix date and time setting in IE 11
1.0.64
- Added label support
1.0.100
- Added location on table button
W przypadku przekazania zmiennej lub funkcji o typach innych niż tekstowy, należy użyć funkcji toString().
Add Comment