Description
Opens an input dialog to allow the user input a text or select a radio button. The 'Save value to variable' activity appears automatically. It saves the user input to a variable. However, the activity is not mandatory to use and can be removed from the workflow.
Parameters
Select an input type: text or radio buttons.
-
Set a value: write a description that will be displayed in the input dialog box, for example
Enter the company name
. -
Save the previous step result: take the previous activity result as a message.
-
Calculate a value: use JS to form a message.
Set title of the popup window.
-
Set a value: write a description that will be displayed in the input dialog box, for example
Enter the company name
. -
Save the previous step result: take the previous activity result as a message.
-
Calculate a value: use JS to form a message.
Set names for radio buttons or add new ones.

Set title of the popup window.
Contains an annotation to the activity. The input text will be displayed above the activity name.
Result
The input data is stored in the input_dialog
variable by default. This variable represents a string that contains data entered by the user. If the radio buttons input type is chosen, then selected buttons name is saved in the variable.