mhassan
Member
Hello,
I have pabbly form that is capturing a lot of fields. Some of my fields are paragraphs and other are Check Boxes. My issue is if there are multi lines in the "paragraph" they land as continuous one liners (with "\n" showing as separator) inside my google doc (using a template). The same issue with check boxes.
I tried playing with text separator but no luck. It appears that the control charactere/scape code for \n is passed as a regular character to g-doc.
Any tips are appreciated.
Example:
This is line1
This line2
In google doc it shows are:
This is line1\nThis is line2\n
Thank you
I have pabbly form that is capturing a lot of fields. Some of my fields are paragraphs and other are Check Boxes. My issue is if there are multi lines in the "paragraph" they land as continuous one liners (with "\n" showing as separator) inside my google doc (using a template). The same issue with check boxes.
I tried playing with text separator but no luck. It appears that the control charactere/scape code for \n is passed as a regular character to g-doc.
Any tips are appreciated.
Example:
This is line1
This line2
In google doc it shows are:
This is line1\nThis is line2\n
Thank you