Step Details |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.12.0 |
Location | Data > Text |
The Get Number From String steps allow users to extract numbers from a string and output them in the Flow.
Properties
Inputs
Property | Description | Data Type |
---|
S | The String to extract numbers from. | String |
Outputs
Property | Description | Data Type |
---|
GetNumberFromStringdecimal1_Output
| Numbers extracted from the string in a decimal. This is the Get Number From String (decimal) Step output. | Decimal |
GetNumberFromStringint1_Output
| Numbers extracted from the string in an int32. This is the Get Number From String (int) Step output.
| Int32 |
