<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Paragraph Field Data into Body of Email</title><link>https://community.appian.com/discussions/f/data/12444/paragraph-field-data-into-body-of-email</link><description>Hi All, 
 I am having a paragraph field where the field will be populated with the data, which comes as a template content. Now user can edit some of the Content in the screen and click on send Email, 
 
 Now the Body of the email would be updated data</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Paragraph Field Data into Body of Email</title><link>https://community.appian.com/thread/56993?ContentTypeID=1</link><pubDate>Thu, 21 Jun 2018 11:09:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0f32e0b8-e63d-49af-9341-e972974ba8ac</guid><dc:creator>harshav</dc:creator><description>Great thanks Mike,&lt;br /&gt;
&lt;br /&gt;
Let me have a look&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Paragraph Field Data into Body of Email</title><link>https://community.appian.com/thread/56933?ContentTypeID=1</link><pubDate>Wed, 20 Jun 2018 14:56:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:03d2497c-b2d0-4444-8882-2acc09d26267</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;blockquote&gt;
&lt;p&gt;but the business wants that as &amp;amp; not &amp;amp;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So i&amp;#39;m still having trouble trying to figure out what you mean by &amp;quot;&amp;amp; not &amp;amp;&amp;quot;.&amp;nbsp; Can you maybe insert a screenshot of what exactly looks wrong in the generated document?&lt;/p&gt;
&lt;p&gt;Also just for reference - if you open the XML contents of a word document and find the text where the &amp;quot;&amp;amp;&amp;quot; character is stored, you will see that in the background in Word it&amp;#39;s stored as literally the exact same thing,&lt;/p&gt;
&lt;pre&gt;&amp;quot;&lt;strong&gt;&amp;amp;amp;amp;&lt;/strong&gt;&amp;quot;.&amp;nbsp; &lt;/pre&gt;
&lt;p&gt;So I don&amp;#39;t know how much more we can do from Appian since we&amp;#39;re passing in the exact same characters used by Word itself.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Paragraph Field Data into Body of Email</title><link>https://community.appian.com/thread/56932?ContentTypeID=1</link><pubDate>Wed, 20 Jun 2018 14:51:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1d359887-004c-4d52-b6dc-09f38226a7b2</guid><dc:creator>harshav</dc:creator><description>&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-discussions-components-files/16/pastedimage1529506143095v1.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/16/pastedimage1529506143095v1.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In the Example given above,&lt;/p&gt;
&lt;p&gt;when i pass all the special characters it is accepting all of them, but the character &amp;amp; is converting into&amp;nbsp;&amp;amp; amp and printing in doc and if you see &amp;lt; is converting to &amp;amp; lt into the doc.&lt;/p&gt;
&lt;p&gt;but the business wants that as &amp;amp; not &amp;amp; amp. so is there a way we can get this.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am actually using this convertion and using that data into a word document from template.&lt;/p&gt;
&lt;p&gt;and i know without this conversion the symbols &amp;amp; &amp;lt; &amp;gt; are not acceptable.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Paragraph Field Data into Body of Email</title><link>https://community.appian.com/thread/56931?ContentTypeID=1</link><pubDate>Wed, 20 Jun 2018 14:47:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:28fc196a-b50f-4739-a98a-1decbb64aa51</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Can you clarify what you mean by &lt;em&gt;&amp;quot;&amp;amp;&amp;quot; itself&lt;/em&gt; ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Paragraph Field Data into Body of Email</title><link>https://community.appian.com/thread/56930?ContentTypeID=1</link><pubDate>Wed, 20 Jun 2018 14:44:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ad44f002-a076-422c-97f0-051a73698c80</guid><dc:creator>harshav</dc:creator><description>Sure Mike,&lt;br /&gt;
&lt;br /&gt;
My problem is....&lt;br /&gt;
&lt;br /&gt;
is used this code &lt;br /&gt;
&lt;br /&gt;
=tohtml(&lt;br /&gt;
reduce(&lt;br /&gt;
  fn!substitute, &lt;br /&gt;
  trim(pv!remarks),&lt;br /&gt;
  merge(  &lt;br /&gt;
  {      &amp;quot;&amp;amp;&amp;quot;,      &amp;quot;&amp;gt;&amp;quot;,      &amp;quot;&amp;lt;&amp;quot;,      char(10),      char(13)    }, &lt;br /&gt;
  {      tohtml(&amp;quot;&amp;amp;&amp;quot;),      tohtml(&amp;quot;&amp;gt;&amp;quot;),      tohtml(&amp;quot;&amp;lt;&amp;quot;),      &amp;quot;&amp;lt;/w:t&amp;gt;&amp;lt;w:br/&amp;gt;&amp;lt;w:t&amp;gt;&amp;quot;,      &amp;quot;&amp;quot;    }  )))&lt;br /&gt;
&lt;br /&gt;
and could able to get the word document working and could generate that.... &lt;br /&gt;
&lt;br /&gt;
Now wherever the data contains &amp;amp; it is replaced with &amp;amp;amp which is what tohtml is doing.... but as per the requirement  they need &amp;quot;&amp;amp; &amp;quot;as is in the word doc.&lt;br /&gt;
&lt;br /&gt;
So any suggestions to get it like &amp;quot;&amp;amp;&amp;quot; itself in word.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Paragraph Field Data into Body of Email</title><link>https://community.appian.com/thread/56929?ContentTypeID=1</link><pubDate>Wed, 20 Jun 2018 14:40:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e8b510ef-834a-4da3-84c7-6db194076e8d</guid><dc:creator>Mike Schmitt</dc:creator><description>Could you rephrase that?  I&amp;#39;m having a hard time figuring out what exactly you&amp;#39;re asking.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Paragraph Field Data into Body of Email</title><link>https://community.appian.com/thread/56925?ContentTypeID=1</link><pubDate>Wed, 20 Jun 2018 14:05:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8260f12c-8199-40ad-a014-28fb70969165</guid><dc:creator>harshav</dc:creator><description>Hi Mike,&lt;br /&gt;
&lt;br /&gt;
Just on the other note, we are now using to put this into a word document which i am sucessful with the code in which you have givne in previous comments, but when i am trying to pass Special characters like &amp;amp; &amp;lt; and &amp;gt; i could able to convert them to &amp;amp;amp &amp;amp;lt &amp;amp;gt but is there a way in my document can i get it like &amp;amp; &amp;lt; &amp;gt; symbols any help please&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Paragraph Field Data into Body of Email</title><link>https://community.appian.com/thread/56223?ContentTypeID=1</link><pubDate>Tue, 05 Jun 2018 12:20:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:56570d35-f132-4df1-bfd8-b43f54d17996</guid><dc:creator>Mike Schmitt</dc:creator><description>If you populate the multiple line breaks in Word (instead of generated in Appian) as a test, and then feed that through PDF from Docx, does it work as expected then?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Paragraph Field Data into Body of Email</title><link>https://community.appian.com/thread/56222?ContentTypeID=1</link><pubDate>Tue, 05 Jun 2018 11:44:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:65c84d90-8754-4c57-a4a5-638de82b437a</guid><dc:creator>harshav</dc:creator><description>My Question for the email body is solved and I need to have the same body of that which is saved in a Process variables popped up on a pdf page... it is coming perfectly in word after what mike suggested. But I am looking some options for PDF in PDF the line breaks are considered only 1 not the way it is coming in word.&lt;br /&gt;
&lt;br /&gt;
so facing issues.&lt;br /&gt;
&lt;br /&gt;
Any help in this.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Paragraph Field Data into Body of Email</title><link>https://community.appian.com/thread/56201?ContentTypeID=1</link><pubDate>Tue, 05 Jun 2018 05:33:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:11a2a09c-8f66-4b7e-948e-2bf87cc5c77d</guid><dc:creator>Shanmukha</dc:creator><description>Hi Harsh,&lt;br /&gt;
&lt;br /&gt;
Since the email is all about including the html stuff so you can use &amp;lt;/br/&amp;gt; tags.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Paragraph Field Data into Body of Email</title><link>https://community.appian.com/thread/56193?ContentTypeID=1</link><pubDate>Mon, 04 Jun 2018 18:36:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e987fa70-660f-4da2-88ee-f2b5535c4f2d</guid><dc:creator>harshav</dc:creator><description>Thank you Mike, is there any better option to directly create a PDF document with the body ....&lt;br /&gt;
If so please suggest&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Paragraph Field Data into Body of Email</title><link>https://community.appian.com/thread/56190?ContentTypeID=1</link><pubDate>Mon, 04 Jun 2018 16:15:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:86379fdd-7be8-42c9-8706-aa2a89fdc718</guid><dc:creator>Mike Schmitt</dc:creator><description>I&amp;#39;m not very familiar with the PDF from docx plug-in; as far as I know it might intentionally strip out extra linebreaks during conversion for space saving or for other technical reasons.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Paragraph Field Data into Body of Email</title><link>https://community.appian.com/thread/56188?ContentTypeID=1</link><pubDate>Mon, 04 Jun 2018 15:52:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:43019894-390e-4b43-8a57-99f7c823473e</guid><dc:creator>harshav</dc:creator><description>The Only problem in PDF is it is giving only one line break&lt;br /&gt;
&lt;br /&gt;
post that how many line breaks it has it is ignoring.....&lt;br /&gt;
&lt;br /&gt;
Any help on this pls.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Paragraph Field Data into Body of Email</title><link>https://community.appian.com/thread/56187?ContentTypeID=1</link><pubDate>Mon, 04 Jun 2018 15:35:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9772c390-339d-4cab-836a-c3b9ecff1831</guid><dc:creator>harshav</dc:creator><description>Thanks Mike,&lt;br /&gt;
&lt;br /&gt;
This problem is solved and this i could able to achieve this...&lt;br /&gt;
but when i am trying to convert to PDF , it is not coming properly, Fr this is there any changes to be done.... sorry for bugging you.&lt;br /&gt;
&lt;br /&gt;
I am using PDF from docx&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Paragraph Field Data into Body of Email</title><link>https://community.appian.com/thread/56185?ContentTypeID=1</link><pubDate>Mon, 04 Jun 2018 15:08:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ea756c4f-10e9-43cc-bd13-dcae55dc96cc</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Namely, you&amp;#39;d need to use a special specific line break code that Word knows how to read.&amp;nbsp; The other characters can remain the same.&amp;nbsp; Here&amp;#39;s my &amp;quot;word text sanitizer&amp;quot; rule:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;reduce(
  fn!substitute,
  trim(ri!input),
  
  merge(
    {
      &amp;quot;&amp;amp;&amp;quot;,
      &amp;quot;&amp;gt;&amp;quot;,
      &amp;quot;&amp;lt;&amp;quot;,
      char(10),
      char(13)
    },
    {
      tohtml(&amp;quot;&amp;amp;&amp;quot;),
      tohtml(&amp;quot;&amp;gt;&amp;quot;),
      tohtml(&amp;quot;&amp;lt;&amp;quot;),
      &amp;quot;&amp;lt;/w:t&amp;gt;&amp;lt;w:br/&amp;gt;&amp;lt;w:t&amp;gt;&amp;quot;,
      &amp;quot;&amp;quot;
    }
  )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Paragraph Field Data into Body of Email</title><link>https://community.appian.com/thread/56184?ContentTypeID=1</link><pubDate>Mon, 04 Jun 2018 15:05:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:79b88e9b-df03-4e33-bbb9-0f39863fdc0b</guid><dc:creator>Mike Schmitt</dc:creator><description>For word documents, it requires similar coding but the replacements are different, as you need to use WordML instead of HTML.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Paragraph Field Data into Body of Email</title><link>https://community.appian.com/thread/56183?ContentTypeID=1</link><pubDate>Mon, 04 Jun 2018 15:01:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:82291b03-985f-4ef8-bddb-6d58afd89917</guid><dc:creator>harshav</dc:creator><description>I have a quick question mike, on this,&lt;br /&gt;
&lt;br /&gt;
What if i wanted to put the same in the word document and display it as document then what should be done,&lt;br /&gt;
&lt;br /&gt;
When i tried the same doing it calling in the word document from template it is throwing this error.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We are sorry we cannot open the document as it is having the error in its content. &lt;br /&gt;
&lt;br /&gt;
Can you please suggest on this if you have any idea on this.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Paragraph Field Data into Body of Email</title><link>https://community.appian.com/thread/55416?ContentTypeID=1</link><pubDate>Mon, 21 May 2018 16:07:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cf7f77a5-6918-4e90-a0cd-f28db5a0d431</guid><dc:creator>harshav</dc:creator><description>Thank you so much Mike it is working perfectly fine.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Paragraph Field Data into Body of Email</title><link>https://community.appian.com/thread/55309?ContentTypeID=1</link><pubDate>Thu, 17 May 2018 17:26:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:207ab83f-fcaa-4aef-bb25-aee5594e425a</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;You probably want to make an expression rule which you can pass any text through when using in an email, as email text has its own special quirks as well as HTML formatting.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve used the following expression rule for a long time now and it&amp;#39;s worked well.&amp;nbsp; It replaces regular line breaks (char(10)) with &amp;quot;&amp;lt;br/&amp;gt;&amp;quot; tags, replaces secondary line breaks (char(13)) with null, and replaces &amp;quot;&amp;amp;&amp;quot;, &amp;quot;&amp;lt;&amp;quot; and &amp;quot;&amp;gt;&amp;quot; with their HTML equivalents, to reduce the risk that they cause issues when entered by a user.&lt;/p&gt;
&lt;pre&gt;reduce(&lt;br /&gt;&amp;nbsp; fn!substitute,&lt;br /&gt;&amp;nbsp; trim(ri!input),&lt;br /&gt;&amp;nbsp; &lt;br /&gt;&amp;nbsp; merge(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;&amp;amp;&amp;quot;,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;&amp;gt;&amp;quot;,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;&amp;lt;&amp;quot;,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; char(10),&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; char(13)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tohtml(&amp;quot;&amp;amp;&amp;quot;),&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tohtml(&amp;quot;&amp;gt;&amp;quot;),&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tohtml(&amp;quot;&amp;lt;&amp;quot;),&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;br/&amp;gt;,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp; )&lt;br /&gt;)&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Paragraph Field Data into Body of Email</title><link>https://community.appian.com/thread/55296?ContentTypeID=1</link><pubDate>Thu, 17 May 2018 11:56:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bbf95438-2975-4fec-a47d-e9cfc2d5889e</guid><dc:creator>harshav</dc:creator><description>Yeah this is working fine for me and thank you for this.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Paragraph Field Data into Body of Email</title><link>https://community.appian.com/thread/55295?ContentTypeID=1</link><pubDate>Thu, 17 May 2018 11:52:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7bc10b44-240c-4ec9-ab7d-66df98d6a63e</guid><dc:creator>Vinay Kumar Rai</dc:creator><description>The best option is to substitute the char(10) to &amp;lt;br&amp;gt; while sending to Email body&lt;br /&gt;
&lt;br /&gt;
local!myText:&lt;br /&gt;
      &amp;quot;ABC &lt;br /&gt;
       asdas&lt;br /&gt;
      sdfsdfds&lt;br /&gt;
     &amp;quot;,&lt;br /&gt;
&lt;br /&gt;
local!EmailBody: substitute(text:local!myText, find:char(10), replace_with:&amp;quot;&amp;lt;br&amp;gt;&amp;quot;)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Paragraph Field Data into Body of Email</title><link>https://community.appian.com/thread/55294?ContentTypeID=1</link><pubDate>Thu, 17 May 2018 11:49:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e6756963-cf3c-42ee-ab3e-1f1386d93966</guid><dc:creator>harshav</dc:creator><description>it is with Using the Email template as adhitya suggested.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Paragraph Field Data into Body of Email</title><link>https://community.appian.com/thread/55293?ContentTypeID=1</link><pubDate>Thu, 17 May 2018 11:48:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:76b207b2-6b33-4ccd-b2c7-3fd04e0ebb27</guid><dc:creator>harshav</dc:creator><description>these are the screenshots which  is the process.....&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Paragraph Field Data into Body of Email</title><link>https://community.appian.com/thread/55292?ContentTypeID=1</link><pubDate>Thu, 17 May 2018 11:43:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0c0fe337-a5a9-4fb5-b027-d2be661a5010</guid><dc:creator>ravalik</dc:creator><description>If possible share your screen shots to get better understanding on your issue&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Paragraph Field Data into Body of Email</title><link>https://community.appian.com/thread/55291?ContentTypeID=1</link><pubDate>Thu, 17 May 2018 11:42:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:da15116b-b4ba-4c39-8b60-9611dede0144</guid><dc:creator>harshav</dc:creator><description>We cannot predict what the user might enter in the paragraph right then I don&amp;#39;t think I cannot put line breaks on that....&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>