\d+(?=[^$]*$)
Flow Screenshot:
SET StrValue TO $'''$1234 $2345 $3456'''
Display.InputDialog Title: $'''Info''' Message: $'''Enter the data''' InputType: Display.InputType.SingleLine IsTopMost: False UserInput=> StrValue ButtonPressed=> ButtonPressed2
Text.ParseText.RegexParseForFirstOccurrence Text: StrValue TextToFind: $'''\\d+(?=[^$]*$)''' StartingPosition: 0 IgnoreCase: True OccurrencePosition=> Position Match=> Match
Display.ShowMessageDialog.ShowMessage Title: $'''Info''' Message: Match Icon: Display.Icon.None Buttons: Display.Buttons.OK DefaultButton: Display.DefaultButton.Button1 IsTopMost: False ButtonPressed=> ButtonPressed