If you have trouble understanding how the action works, check the descriptions: Action, Conditional execution, Component parameters
Basic information
Category: Tools
Action location: Variable, Button, Acceptance button
Available from version: 1.0.0 - 1.0.6
Description
Action displays a modal window that aims to set the value of a selected variable on the form depending on the button pressed.
Action execution
Leaving the conditional field blank is tantamount to setting it to "true."
Action location | Parameter operation "Conditional execution" | Action call condition |
---|---|---|
Variable | Activates the action | Parameter "Conditional execution" will return "truth" |
Button | Activates the action | Parameter "Conditional execution" will return "truth" |
Acceptance button | Activates the action | Parameter "Conditional execution" will return "truth" |
Configuration parameters
Parameter name | From version | Description | Parameter type | Default value | Field type | Comments and restrictions |
---|---|---|---|---|---|---|
Window name* | 1.0.0 - 1.0.6 | Defines the title of the modal window that appears. | Text | Editable field |
| |
Window message content* | 1.0.0 - 1.0.6 | Defines the message content of the modal window that appears. | Text | Editable field |
| |
Variable to be set * | 1.0.0 - 1.0.6 | Specifies a variable that will be set to one of the two values of the following parameters: Value set after clicking 'Yes' / Value set after clicking 'No' depending on the button pressed. | Variable | Editable field |
| |
Value set after clicking 'Yes'* | 1.0.0 - 1.0.6 | Defines the value that will be set for the selected variable when the 'Yes' button is pressed. | Text | Editable field | ||
Value set after clicking 'No'* | 1.0.0 - 1.0.6 | Defines the value that will be set for the selected variable when the 'No' button is pressed. | Text | Editable field |
Parameter*- required field
Sample configuration
Example of use
An example of the window appearance based on the above example configuration:
Change log
1.0.0 - 1.0.6
- Adding component
1.0.39
- Fixing the action on the accept button, renaming parameters
Add Comment