Forum Discussion
Gary1
Qrew Cadet
What HTML elements are appearing? If they're consistent, you can probably nip them using SearchAndReplace. Otherwise I'd need to see some examples to understand the issue entirely.
------------------------------
gary
------------------------------
MarkShnier__You
2 years agoQrew Legend
I seem to recall that there is some Jinja syntax where a pipeline can stip out all HTML.
https://community.quickbase.com/discussion/outlook-pipeline-email-body#bmc03a24e8-ebf0-40fc-aea5-0184cf724003
The striptags filter should do what you want: {{ email.body | striptags }}
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
- PaulEaston2 years agoQrew Assistant Captain
Thank you, I really need to take some time and get familiar with using Jinja in pipelines. For now, I think it will be quicker for me to export the text and edit outside of QuickBase. Then import the clean text. This is a one-time operation.
------------------------------
Paul Easton
------------------------------