Get Numbers From String
- 04 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Get Numbers From String
- Updated on 04 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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 |
Was this article helpful?