Get Numbers From String
  • 04 Nov 2022
  • 1 Minute to read
  • Dark
    Light

Get Numbers From String

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationData > Text

The Get Number From String steps allow users to extract numbers from a string and output them in the Flow.



Properties

Inputs

PropertyDescriptionData Type
SThe String to extract numbers from.String

Outputs

PropertyDescriptionData 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?