Prevent carriage returns / line breaks in multi line fields

Prevent carriage returns / line breaks in multi line fields

I'm trying to connect Zoho Sheets with Zoho Creator however because some people are using carriage returns in multi-line fields the rows are not being created correctly :



The values in A4 and A6 are part of a multi line field that looks to have been split by delimiter and caused a malformation of the data. Can this be prevented in creator ?

My other option is to creare a hidden multiline field that will save the raw text and link that - could I do that with Regex ?