08-29-2021 02:15 PM
I have designed a pipeline which groups the data based on email field and sends the data to child pipeline , the hild pipeline apply XSLT and send the html data to email send snap.
It is working fine the email is sent but the email body contains headers which is content-type and content.
I am not sure from where this data is coming and I want to remove it from the email bosy.
Any idea on how to do that?
Solved! Go to Solution.
08-30-2021 02:13 AM
Please find the attached child pipeline :
Child pipeline_2021_08_30.slp (10.9 KB)
The XLST will compose the HTML table, so you don’t need to create HTML table in Email Sender Snap. You will need only the content from the XSLT transformation.
Regards,
Spiro Taleski
08-30-2021 02:13 AM
Please find the attached child pipeline :
Child pipeline_2021_08_30.slp (10.9 KB)
The XLST will compose the HTML table, so you don’t need to create HTML table in Email Sender Snap. You will need only the content from the XSLT transformation.
Regards,
Spiro Taleski
08-30-2021 02:35 AM
It works good.
I only need to toggle the = sign for the html body because sometimes it isn’t used.
Thank you Spiro.