I wanted to create a nicely formatted PDF document out of Typeform answers. For that PDFMonkey seemed pretty nice.
Unfortunately I hit a problem with multi line (long_text) answers in PDF. They get sent to PDFmonkey with a line break which causes PDFMonkey to complain that json in unprocessable.
This is strange, especially as when you ask typeform api directly it returns json with stripped new line characters.
I could of course reformat every longform answer using formatter, but as my forms are very long, it would be a very tiresome task.
Do I feel correctly that this is kind of a bug in zapier/pdfmonkey integration? Is there some other workaround I don’t see?