Get Text, Saved value

Greetings. Forgive me I am new to StudioX and a little suck. Within my task I ma getting text from an application: “Your order ID 1253525 processed successfully” and save for later.

What is the easiest way to extract “1253525” instead of the action saving the entire string? I don’t see options to narrow down the anchor with Get Text

Hi @nols76 ,

You refer below xaml file.

Let me know if you face any issue.
test.xaml (6.2 KB)

If it’s always going to be “Your order ID " and " processed successfully” then just use Replace to replace both of those strings with blank (“”).