Remove apostrophes from returned string values in formulas in Zoho CRM

Remove apostrophes from returned string values in formulas in Zoho CRM

Hi,

Using the following script/code

'${Förfrågningar.Företag} presenterar ${Förfrågningar.Gatuadress}. Ansvarig Mäklare ${Förfrågningar.Förnamn}'


Where i fetch the values of certain fields in the "leads" module (renamed).

I am receiving the following field value : 'Gustav' presenterar 'Oregrundsgatan 14'. Ansvarig Mäklare 'Gustav Dahlboka'


As you can see, there are apostrophes in between the field values that are fetched in the formula. I would like to have these removed so i can copy and paste the value in the formula to an other system.

Thanks!

Axel