Convert type
Reference documentation for using the Convert type expression
Written By Ben Lehmann
Last updated 9 months ago
Purpose | Establish inputted value as a data type |
Parameters | 1 Target Type, 1 Value |
Returns | Target Type Value |
Description
The expression changes the data type of the value in the Value field to match the type you selected in the Target Type field.


Comments
This expression performs a cast on the value - it will not convert the value provided into the new Data Type version but will only set the data type of the returned value. This is useful when you need to make sure the data is in the correct format for calculations, comparisons, or other operations.
Resources
Additional resources supporting working with types and converting between them
Wikipedia - type conversion - wikipediaβs article on casting types
W3Schools - JavaScript type conversion - introduction to type conversion
MDM - type conversion - MSM typical developer reference material
v3.0