How to extract only numbers from text (keep only numbers). (Power Automate Desktop)

Japanese version.

Remove everything but numbers from your text, and leave only numbers.

Steps

Put in place a "Replace text" action and set the parameters as follows

ParameterValue
Text to parseAny source text
Text to find[^0-9]
Use regular expressions for find and replaceON
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.

Links

Tips(Power Automate Desktop)