I have a few automations in Make (formerly integromat) that sent emails when a survey is submitted. However if I have a multiline question the line breaks are removed from the email that is sent. Has anyone been able to find a solution to this?
I found the solution on this Reddit Post.
Essentially encode the field as a URL, replace the %0A line break character with the </br> tag, and decode the URL. See below.
{{decodeURL(replace(encodeURL(1.feature.attributes.COMMENT); "%0A"; "<br>"))}}
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.