I have a flow that isolates a certain string, and that string contains spaces. I have a compose function to then replace the spaces with no space using expression:
replace(variables('email'),' ','')
... the flow thinks it's finished successfully, but the output of that compose still has the spaces.
I've tried a bunch of different things, and at this point I'm thinking that PA doesn't see those spaces as spaces...?
I'm hoping this is something folks have seen before...? Thanks in advance for any suggestions for fix...
UPDATE: Adding screenshots



