
Hello,
I need to convert currency string into float, but my string contain symbols and I don't know how to remove them. simple call replace('string', ' ', '') isn't enough.
Value comes from sharepoint list column total sum (Euro currency), based on this article: https://www.tachytelic.net/2021/07/power-automate-sum-sharepoint-column/ - but there was not issue with currency formating.
How to achieve it?