
Announcements
Hi Friends,
I'm trying to work with extracting key words from an email that gets sent. Annoyingly.... the key words I want to extract may change in length so... To make life easier, I have added comment tags before and after the key words I want extract.
Eg.
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean <!--extractstart-->commodo<!--extractend--> ligula eget dolor. Aenean massa. Nulla consequat massa quis enim.</p>
However, using the "When a new email arrives (V3)" connector, the comment tags aren't shown in the output body of the connector.
viewing the source of the email that is received however the comment tags are visible.
Using the HTML to text connector, I can see the comment tags in the input of the connector.... is there a way to grab the input of a connector?
Thanks for any ideas you may have 🙂