Convert number to string

Updated at:

1. Component overview

Note

Prerequisites: None

Use this component to convert a number to a string.

2. Inputs

Note

For details about each input, see the help text in the component panel of the application flow editor.

3. Outputs

Note

For details about each output, see the help text in the component panel of the application flow editor.

4. Component example

4.1. Configuration example

  1. In the Number to convert field, enter "123456".

  2. Keep the default settings for the advanced options.

4.2. Example result

None

5. Flow example

Setup Flow

  1. Use the Convert number to string component to convert a number to a string.

  2. Use the Record log component. In the expression editor, enter the type() method to print the variable type from the output of the previous component.

    image

Execution result

After the flow runs, the data type of the converted value is displayed in the log panel, as shown in the following figure.

image