1. Component description
Prerequisites: None
This component converts a string to a number type.
2. Inputs
For more information about the inputs, see the help text for each input in the component panel of the application flow editor.
3. Outputs
For more information about the outputs, see the help text for each output in the component panel of the application flow editor.
4. Component usage example
4.1. Configuration example
For the target string, enter "123".
Keep the default settings for the advanced options.
4.2. Example execution result
None
5. Example flow
Setup flow
Use the Convert string to number type component to convert a string to a number.
Use the Record log component. In the expression editor, enter the type() method to print the variable type from the previous component's output.


Execution result
After the flow runs successfully, the type of the converted value is printed to the log panel, as shown in the following figure.