====== Data input ====== This action prompts the user to enter some data using a dialog box and to store the result in a variable. ===== Standard parameters ===== ==== Input parameters ==== == Question == The question asked to the user. == Data type == The data type. == Default value == The default value shown in the dialog box. ==== Output parameters ==== == Variable == The variable where to store the data entered by the user. ===== Advanced parameters ===== ==== Input parameters ==== == Window title == The window title. [//Added in Actionaz 3.3.0.//] == Window icon == The window icon to use. This is the path to the image that will replace the window icon. ===== Exceptions ===== * [[en:actions:exceptions#Bad parameter|Bad parameter]] * [[en:actions:exceptions#Code error|Code error]] * [[en:actions:exceptions#Timeout|Timeout]]