--- alias: user-guide-automation-converter-anytoconstant description: "This converter transforms task outputs into a specified constant type" --- # Any to Constant The anyToConstant converter receives any kind of an output of a task ignores it and transforms it into a given constant. This is commonly used when for example, one wants to force a `Boolean` (true or false). ## Settings | Name | Possible Values | Description | |------ | ------- | ------- | | type | `Boolean`
`String`
`Integer`
`Long`
`Decimal`
`Object`
`any` | Result type of the value to output | | value | | The value that will be output. Will be formatted to the type defined. | ![image118][image118] [image118]: ./images/image118.png