Pipeline - removing unsupported tags in a text field
Hi there,
I have a pipeline that gets triggered when a new email is received in a Gmail inbox. Then the pipeline creates a record in a QB table with the following fields, Date, subject, From and body. The pipeline gets errors and then disconnects because it doesn't support HTLM tags, Javascript, etc.
So I tried the following:
1- change the Body field to a Text rich type
2- I tried adding a step before the Record is created using the Text channel, and using the following RegEx: (?:(?<=>)|^)[^<]+
(I got this idea from here: How to match text and skip HTML tags using a regular expression?
Stack Overflow | remove preview | ||||||
|
3- Using the following expression in the body field: {{a.body|text}} This idea I took from here: Discussions
Quickbase | remove preview | ||||||
|
I'm still getting the errors. What am I not doing correctly?
Thank you in advance.
------------------------------
Consuelo Viramonte
------------------------------