Hi all,
I'm in trouble with removing carriage return from a string in Power Automate.
From Teams I'm using Power Virtual Agent and a user can send a message in two lines (or more).
This message is sent to Power Automate to compose a Json, but I cannot be able to remove the line break.
This is an input example:

Using the expression split(variables('DescriptionParsed'), '\r\n') I can see the output with \r\l

But next, when I "Apply to each item" to replace "\r\n" with empty string to have the text in a row, it doesn't work:

I've also tried without array, using join(split(variables('DescriptionParsed'), '\r\n'), '') but nothing has changed.
I need that
Ciao, ho un problema
con la stampante
will result as
Ciao, ho un problema con la stampante
I've tried a lot of solutions, but nothing is working for me.
How can I remove the new lines??
Thank you
Anna