Quotes being replaced by quot

Quotes being replaced by quot

Hi there

I'm creating a flow which at one point needs to send a POST-request to some external API. I pass the JSON body as follows:


When I click "save" and reopen the same window, all the quotes are replaced by " which is a problem as this is passed as a string to my function and hence destroys the validity of the JSON


How do I suppress the change from " to " ? What I've been trying to do is using the replaceAll function o replace " with a single quote " but I was not successful.

FYI: I've also opened a supportcase for this #92972504