Convert data type
Convert one data type to another
Overview
This component receives an input and will attempt to convert it to the designated conversion type.
Usage
After dragging the component into the app builder, click on the component to open the custom options window. Select the starting type and the output type.
Failed conversion
If the conversion fails, the component will simply not open.
Supported data types
The following data types are currently supported along with the types which they can be converted to
Text
-> Number, Date, True/False
Number
-> Text
Date
-> Text
Status
-> Text
True/False
-> Text
-> Number (0 for false, 1 for true)
Location
-> Text
Last updated