Forum Discussion
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__You2 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
------------------------------
- PaulEaston2 years agoQrew Assistant Captain
If no easy way to do with QB formulas, I'll just download to CSV and run search and replace using RegEx to remove < and > and anything in between those two characters.
------------------------------
Paul Easton
------------------------------