How to extract only numbers from text (keep only numbers). (Power Automate Desktop)
Remove everything but numbers from your text, and leave only numbers.
Contents
Steps
Put in place a "Replace text" action and set the parameters as follows
Parameter | Value |
---|---|
Text to parse | Any source text |
Text to find | [^0-9] |
Use regular expressions for find and replace | ON |
Replace with | %''% |
As an example, if you specify "ab9c1e8o2ABCDE37" in "Text to parse", the result will be "918237" with only numbers remaining.
For those who want to learn Power Automate Desktop effectively
The information on this site is now available in an easy-to-read e-book format.
Or Kindle Unlimited (unlimited reading).
You willl discover how to about basic operations.
By the end of this book, you will be equipped with the knowledge you need to use Power Automate Desktop to streamline your workflow.
Discussion
New Comments
No comments yet. Be the first one!