
I would like to convert a currency value retrieved from a web page to a numeric value (so removing the currency sign).
How to accomplish that in power automate desktop?
If you just want to remove the currency sign you can use the replace text action in the Text section to replace the currency sign with %''%. That will replace the currency sign with a null character.