Hi @JeevaSadha , can you try this?
\d+
- Add a “Matches” action.
- Set the input text to “Text123”.
- Set the regex pattern to \d+.
- In the properties panel, set the “Result” field to a variable (e.g., extractedDigits).
This should extract the digits alone.
Thanks,
Aswin Sridhar