====== Variable ====== This action allows you to define a variable with an initial value. Although it is possible to declare variable using the [[en::code|code]] system, this action allows to do so using a more visual method. ===== Standard options ===== ==== Input parameters ==== == Variable == The variable name. == Value == The variables initial value. This is optional. == Type == The variable type. Three standard types are available: * String: text variable * Integer: integer variable (non-decimal) * Decimal: decimal variable (real) ===== Exceptions ===== * [[en:actions:exceptions#Bad parameter|Bad parameter]] * [[en:actions:exceptions#Code error|Code error]] * [[en:actions:exceptions#timeout|Timeout]] * [[en:actions:actionvariable#conversion_failed|Conversion failed]] ==== Conversion failed ==== This exception is thrown when the conversion failed. * Default action: stop the script execution