In Keragon, data type mismatches can prevent smooth data mapping between workflow steps. If you’re working with numeric values stored as text, use the Text to Number Text Helper to convert them into proper number values. This ensures compatibility with number fields in your workflow actions.
How to Use the Text to Number Text Helper
-
Open your workflow editor.
-
Click the + icon to add a new step.
-
In the step selection panel, click "Helpers".
-
From the Helpers options, select "Text Helpers".
-
Choose the "Text to Number" action.
-
Click the Text field.
-
Use the Variable Selector to map the text value that contains the number you want to convert.
-
Click "Save" to apply changes.
-
Click "Test Step" to preview the result.
-
Go to the Outputs tab to view the converted numeric value.
Example Result:
-
Input:
"123.45"
-
Output:
123.45
(as a number)