I'm working on a Power Automate flow and need to remove all spaces from a string.
For example, converting "Hello World"
to "HelloWorld"
.
What is the best way to achieve this in Power Automate? Can I use expressions or specific actions? I am looking for a solution that works efficiently for strings of varying lengths.