I’ve tried using: {{ 1.message.transcript.replace...
# general-english
m
I’ve tried using: {{ 1.message.transcript.replace(/\r?\n|\r/g, '') }} But it doesn’t work because the {{1.message.transcript}} variable gets processed first, and the .replace() doesn’t get applied properly after that.
2 Views