<?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/"><channel><title>KB-1489 The extract() function is unable to handle HTML line breaks</title><link>https://community.appian.com/support/w/kb/765/kb-1489-the-extract-function-is-unable-to-handle-html-line-breaks</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1489 The extract() function is unable to handle HTML line breaks</title><link>https://community.appian.com/support/w/kb/765/kb-1489-the-extract-function-is-unable-to-handle-html-line-breaks</link><pubDate>Mon, 23 Jul 2018 03:33:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:faa5c86a-e790-4307-94f2-a498f9878f2c</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/765/kb-1489-the-extract-function-is-unable-to-handle-html-line-breaks#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 7/23/2018 3:33:23 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;extract()&lt;/code&gt; function is unable to handle the HTML line break tags: &lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;, and &lt;code&gt;&amp;lt;div&amp;gt;&lt;/code&gt; (as well as &lt;code&gt;&amp;lt;/p&amp;gt;&lt;/code&gt;). It parses them as line breaks and does not return the characters.&lt;/p&gt;
&lt;p&gt;For example:&lt;br /&gt;&lt;code&gt;extract(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;)&lt;/code&gt; returns nothing. It should return &lt;code&gt;&amp;quot;p&amp;quot;&lt;/code&gt; and &lt;code&gt;&amp;quot;/p&amp;quot;&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue has been reported to the Appian Product Team. The reference number for this issue is &lt;strong&gt;AN-96094&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;The relevant action depends on the requirement.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Use the &lt;code&gt;substitute()&lt;/code&gt; function to replace specific HTML tags. To remove them, substitute the values for an empty string. For example:&lt;br /&gt;&lt;code&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;substitute(substitute(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;,&amp;quot;&amp;lt;p&amp;gt;&amp;quot;,&amp;quot;&amp;quot;), &amp;quot;&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;quot;)&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;would remove both the &amp;lt;p&amp;gt; and &amp;lt;/p&amp;gt; tags.&lt;/li&gt;
&lt;li&gt;Or use the &lt;code&gt;toHtml()&lt;/code&gt; function which allows for the preservation of the tags in plain text while handling the string as is:&lt;br /&gt;&lt;code&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;extract(toHtml(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;), &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;)&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article affects Appian 16.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, functions, application design, open issues&lt;/div&gt;
</description></item><item><title>KB-1489 The extract() function is unable to handle HTML line breaks</title><link>https://community.appian.com/support/w/kb/765/kb-1489-the-extract-function-is-unable-to-handle-html-line-breaks/revision/10</link><pubDate>Thu, 01 Feb 2018 22:59:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:faa5c86a-e790-4307-94f2-a498f9878f2c</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/765/kb-1489-the-extract-function-is-unable-to-handle-html-line-breaks#comments</comments><description>Revision 10 posted to Appian Knowledge Base by Parmida Borhani on 2/1/2018 10:59:29 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;extract()&lt;/code&gt; function is unable to handle the HTML line break tags: &lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;, and &lt;code&gt;&amp;lt;div&amp;gt;&lt;/code&gt; (as well as &lt;code&gt;&amp;lt;/p&amp;gt;&lt;/code&gt;). It parses them as line breaks and does not return the characters.&lt;/p&gt;
&lt;p&gt;For example:&lt;br /&gt;&lt;code&gt;extract(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;)&lt;/code&gt; returns nothing. It should return &lt;code&gt;&amp;quot;p&amp;quot;&lt;/code&gt; and &lt;code&gt;&amp;quot;/p&amp;quot;&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue has been reported to the Appian Product Team. The reference number for this issue is &lt;strong&gt;AN-96094&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;The relevant action depends on the requirement.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Use the &lt;code&gt;substitute()&lt;/code&gt; function to replace specific HTML tags. To remove them, substitute the values for an empty string. For example:&lt;br /&gt;&lt;code&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;substitute(substitute(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;,&amp;quot;&amp;lt;p&amp;gt;&amp;quot;,&amp;quot;&amp;quot;), &amp;quot;&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;quot;)&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;would remove both the &amp;lt;p&amp;gt; and &amp;lt;/p&amp;gt; tags.&lt;/li&gt;
&lt;li&gt;Or use the &lt;code&gt;toHtml()&lt;/code&gt; function which allows for the preservation of the tags in plain text while handling the string as is:&lt;br /&gt;&lt;code&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;extract(toHtml(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;), &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;)&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article affects Appian 16.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, functions, open issues&lt;/div&gt;
</description></item><item><title>KB-1489 - The extract() function is unable to handle HTML line breaks</title><link>https://community.appian.com/support/w/kb/765/kb-1489-the-extract-function-is-unable-to-handle-html-line-breaks/revision/9</link><pubDate>Thu, 01 Feb 2018 17:58:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:faa5c86a-e790-4307-94f2-a498f9878f2c</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/765/kb-1489-the-extract-function-is-unable-to-handle-html-line-breaks#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Parmida Borhani on 2/1/2018 5:58:25 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;extract()&lt;/code&gt; function is unable to handle the HTML line break tags: &lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;, and &lt;code&gt;&amp;lt;div&amp;gt;&lt;/code&gt; (as well as &lt;code&gt;&amp;lt;/p&amp;gt;&lt;/code&gt;). It parses them as line breaks and does not return the characters.&lt;/p&gt;
&lt;p&gt;For example:&lt;br /&gt;&lt;code&gt;extract(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;)&lt;/code&gt; returns nothing. It should return &lt;code&gt;&amp;quot;p&amp;quot;&lt;/code&gt; and &lt;code&gt;&amp;quot;/p&amp;quot;&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue has been reported to the Appian Product Team. The reference number for this issue is &lt;strong&gt;AN-96094&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;The relevant action depends on the requirement.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Use the &lt;code&gt;substitute()&lt;/code&gt; function to replace specific HTML tags. To remove them, substitute the values for an empty string. For example:&lt;br /&gt;&lt;code&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;substitute(substitute(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;,&amp;quot;&amp;lt;p&amp;gt;&amp;quot;,&amp;quot;&amp;quot;), &amp;quot;&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;quot;)&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;would remove both the &amp;lt;p&amp;gt; and &amp;lt;/p&amp;gt; tags.&lt;/li&gt;
&lt;li&gt;Or use the &lt;code&gt;toHtml()&lt;/code&gt; function which allows for the preservation of the tags in plain text while handling the string as is:&lt;br /&gt;&lt;code&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;extract(toHtml(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;), &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;)&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article affects Appian 16.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, functions, open issues&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX - The extract() function is unable to handle HTML line breaks</title><link>https://community.appian.com/support/w/kb/765/kb-1489-the-extract-function-is-unable-to-handle-html-line-breaks/revision/8</link><pubDate>Thu, 01 Feb 2018 07:08:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:faa5c86a-e790-4307-94f2-a498f9878f2c</guid><dc:creator>Taylor Park</dc:creator><comments>https://community.appian.com/support/w/kb/765/kb-1489-the-extract-function-is-unable-to-handle-html-line-breaks#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Taylor Park on 2/1/2018 7:08:38 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;extract()&lt;/code&gt; function is unable to handle the HTML line break tags: &lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;, and &lt;code&gt;&amp;lt;div&amp;gt;&lt;/code&gt; (as well as &lt;code&gt;&amp;lt;/p&amp;gt;&lt;/code&gt;). It parses them as line breaks and does not return the characters.&lt;/p&gt;
&lt;p&gt;For example:&lt;br /&gt;&lt;code&gt;extract(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;)&lt;/code&gt; returns nothing. It should return &lt;code&gt;&amp;quot;p&amp;quot;&lt;/code&gt; and &lt;code&gt;&amp;quot;/p&amp;quot;&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue has been reported to the Appian Product Team. The reference number for this issue is &lt;strong&gt;AN-96094&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;The relevant action depends on the requirement.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Use the &lt;code&gt;substitute()&lt;/code&gt; function to replace specific HTML tags. To remove them, substitute the values for an empty string. For example:&lt;br /&gt;&lt;code&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;substitute(substitute(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;,&amp;quot;&amp;lt;p&amp;gt;&amp;quot;,&amp;quot;&amp;quot;), &amp;quot;&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;quot;)&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;would remove both the &amp;lt;p&amp;gt; and &amp;lt;/p&amp;gt; tags.&lt;/li&gt;
&lt;li&gt;Or use the &lt;code&gt;toHtml()&lt;/code&gt; function which allows for the preservation of the tags in plain text while handling the string as is:&lt;br /&gt;&lt;code&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;extract(toHtml(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;), &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;)&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article affects Appian 16.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, functions, open issues&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX - The extract() function is unable to handle HTML line breaks</title><link>https://community.appian.com/support/w/kb/765/kb-1489-the-extract-function-is-unable-to-handle-html-line-breaks/revision/7</link><pubDate>Mon, 29 Jan 2018 07:35:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:faa5c86a-e790-4307-94f2-a498f9878f2c</guid><dc:creator>Taylor Park</dc:creator><comments>https://community.appian.com/support/w/kb/765/kb-1489-the-extract-function-is-unable-to-handle-html-line-breaks#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Taylor Park on 1/29/2018 7:35:25 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;extract()&lt;/code&gt; function is unable to handle the HTML line break tags: &lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;, and &lt;code&gt;&amp;lt;div&amp;gt;&lt;/code&gt; (as well as &lt;code&gt;&amp;lt;/p&amp;gt;&lt;/code&gt;). It parses them as line breaks and does not return the characters.&lt;/p&gt;
&lt;p&gt;For example:&lt;br /&gt;&lt;code&gt;extract(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;)&lt;/code&gt; returns nothing. It should return &lt;code&gt;&amp;quot;p&amp;quot;&lt;/code&gt; and &lt;code&gt;&amp;quot;/p&amp;quot;&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue has been reported to the Appian Product Team. The reference number for this issue is &lt;strong&gt;AN-96094&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;The relevant action depends on the requirement.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Use the substitute() function to replace specific HTML tags. To remove them, substitute the values for an empty string. For example:&lt;br /&gt;&lt;code&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;substitute(substitute(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;,&amp;quot;&amp;lt;p&amp;gt;&amp;quot;,&amp;quot;&amp;quot;), &amp;quot;&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;quot;)&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;would remove both the &amp;lt;p&amp;gt; and &amp;lt;/p&amp;gt; tags.&lt;/li&gt;
&lt;li&gt;Or use the toHtml() function which allows for the preservation of the tags in plain text while handling the string as is:&lt;br /&gt;&lt;code&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;extract(toHtml(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;), &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;)&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article affects Appian 16.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, functions, open issues&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX - The extract() function is unable to handle HTML line breaks</title><link>https://community.appian.com/support/w/kb/765/kb-1489-the-extract-function-is-unable-to-handle-html-line-breaks/revision/6</link><pubDate>Thu, 25 Jan 2018 08:01:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:faa5c86a-e790-4307-94f2-a498f9878f2c</guid><dc:creator>Taylor Park</dc:creator><comments>https://community.appian.com/support/w/kb/765/kb-1489-the-extract-function-is-unable-to-handle-html-line-breaks#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Taylor Park on 1/25/2018 8:01:52 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;extract()&lt;/code&gt; function is unable to handle the HTML line break tags: &lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;, and &lt;code&gt;&amp;lt;div&amp;gt;&lt;/code&gt; (as well as &lt;code&gt;&amp;lt;/p&amp;gt;&lt;/code&gt;). It parses them as line breaks and does not return the characters.&lt;/p&gt;
&lt;p&gt;For example:&lt;br /&gt;&lt;code&gt;extract(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;)&lt;/code&gt; returns nothing. It should return &lt;code&gt;&amp;quot;p&amp;quot;&lt;/code&gt; and &lt;code&gt;&amp;quot;/p&amp;quot;&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue has been reported to the Appian Product Team. The reference number for this issue is &lt;strong&gt;AN-96094&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Depending on the requirement:&lt;br /&gt; Use the substitute() function to replace specific HTML tags. To remove them, substitute the values for an empty string. For example:&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;substitute(substitute(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;,&amp;quot;&amp;lt;p&amp;gt;&amp;quot;,&amp;quot;&amp;quot;), &amp;quot;&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;quot;)&lt;/span&gt;&lt;br /&gt;would remove both the &amp;lt;p&amp;gt; and &amp;lt;/p&amp;gt; tags.&lt;/p&gt;
&lt;p&gt;Or use the toHtml() function which allows for the preservation of the tags in plain text while handling the string as is:&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;extract(toHtml(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;), &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article affects Appian 16.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, functions, open issues&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX - The extract() function is unable to handle HTML line breaks</title><link>https://community.appian.com/support/w/kb/765/kb-1489-the-extract-function-is-unable-to-handle-html-line-breaks/revision/5</link><pubDate>Thu, 25 Jan 2018 08:00:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:faa5c86a-e790-4307-94f2-a498f9878f2c</guid><dc:creator>Taylor Park</dc:creator><comments>https://community.appian.com/support/w/kb/765/kb-1489-the-extract-function-is-unable-to-handle-html-line-breaks#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Taylor Park on 1/25/2018 8:00:32 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;extract()&lt;/code&gt; function is unable to handle the HTML line break tags: &lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;, and &lt;code&gt;&amp;lt;div&amp;gt;&lt;/code&gt; (as well as &lt;code&gt;&amp;lt;/p&amp;gt;&lt;/code&gt;). It parses them as line breaks and does not return the characters.&lt;/p&gt;
&lt;p&gt;For example:&lt;br /&gt;&lt;code&gt;extract(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;)&lt;/code&gt; returns nothing. It should return &lt;code&gt;&amp;quot;p&amp;quot;&lt;/code&gt; and &lt;code&gt;&amp;quot;/p&amp;quot;&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue has been reported to the Appian Product Team. The reference number for this issue is &lt;strong&gt;AN-96094&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Depending on the requirement:&lt;br /&gt; Use the substitute() function to replace specific HTML tags. To remove them, substitute the values for an empty string. For example:&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;substitute(substitute(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;,&amp;quot;&amp;lt;p&amp;gt;&amp;quot;,&amp;quot;&amp;quot;), &amp;quot;&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;quot;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;would remove both the &amp;lt;p&amp;gt; and &amp;lt;/p&amp;gt; tags.&lt;/p&gt;
&lt;p&gt;Or use the toHtml() function which allows for the preservation of the tags in plain text while handling the string as is:&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;extract(toHtml(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;), &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article affects Appian 16.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, functions, open issues&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX - The extract() function is unable to handle HTML line breaks</title><link>https://community.appian.com/support/w/kb/765/kb-1489-the-extract-function-is-unable-to-handle-html-line-breaks/revision/4</link><pubDate>Mon, 15 Jan 2018 01:18:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:faa5c86a-e790-4307-94f2-a498f9878f2c</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/765/kb-1489-the-extract-function-is-unable-to-handle-html-line-breaks#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Parmida Borhani on 1/15/2018 1:18:42 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;extract()&lt;/code&gt; function is unable to handle the HTML line break tags: &lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;, and &lt;code&gt;&amp;lt;div&amp;gt;&lt;/code&gt; (as well as &lt;code&gt;&amp;lt;/p&amp;gt;&lt;/code&gt;). It parses them as line breaks and does not return the characters.&lt;/p&gt;
&lt;p&gt;For example:&lt;br /&gt;&lt;code&gt;extract(&amp;quot;&amp;lt;b&amp;gt;Text&amp;lt;/b&amp;gt;&amp;quot;, &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;)&lt;/code&gt; works correctly. It returns &lt;code&gt;&amp;quot;b&amp;quot;&lt;/code&gt; and &lt;code&gt;&amp;quot;/b&amp;quot;&lt;/code&gt;.&lt;br /&gt;&lt;code&gt;extract(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;)&lt;/code&gt; returns nothing. It should return &lt;code&gt;&amp;quot;p&amp;quot;&lt;/code&gt; and &lt;code&gt;&amp;quot;/p&amp;quot;&lt;/code&gt;.&lt;br /&gt;&lt;code&gt;extract(&amp;quot;&amp;lt;div&amp;gt;Text&amp;lt;/div&amp;gt;&amp;quot;, &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;)&lt;/code&gt; returns &lt;code&gt;&amp;quot;/div&amp;quot;&lt;/code&gt;, but not &lt;code&gt;&amp;quot;div&amp;quot;&lt;/code&gt;.&lt;br /&gt;&lt;code&gt;extract(&amp;quot;&amp;lt;&amp;lt;p&amp;gt;&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;)&lt;/code&gt; returns a line break instead of&amp;nbsp;the text &lt;code&gt;&amp;quot;&amp;lt;p&amp;gt;&amp;quot;&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue has been reported to the Appian Product Team. The reference number for this issue is &lt;strong&gt;AN-96094&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Use the &lt;code&gt;substitute()&lt;/code&gt; function to replace specific HTML tags. To remove them, substitute the values for an empty string.&lt;/p&gt;
&lt;p&gt;For example:&lt;br /&gt;&lt;code&gt;substitute(substitute(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;,&amp;quot;&amp;lt;p&amp;gt;&amp;quot;,&amp;quot;&amp;quot;), &amp;quot;&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;quot;)&amp;nbsp;&lt;/code&gt;would remove both the &lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt; and &lt;code&gt;&amp;lt;/p&amp;gt;&lt;/code&gt; tags.&lt;/p&gt;
&lt;p&gt;Additionally, the &lt;code&gt;reduce()&lt;/code&gt; function can be used to strip all the undesired HTML characters, as shown below:&lt;br /&gt;&lt;code&gt;reduce(&lt;/code&gt;&lt;br /&gt;&lt;code&gt;fn!substitute(_, _, &amp;quot;&amp;quot;),&lt;/code&gt;&lt;br /&gt;&lt;code&gt;ri!text,&lt;/code&gt;&lt;br /&gt;&lt;code&gt;{&amp;quot;&amp;lt;p&amp;gt;&amp;quot;, &amp;quot;&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;lt;br&amp;gt;&amp;quot;, &amp;quot;&amp;lt;div&amp;gt;&amp;quot;, &amp;quot;&amp;lt;/div&amp;gt;&amp;quot;}&lt;/code&gt;&lt;br /&gt;&lt;code&gt;)&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article affects Appian 16.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, functions, open issues&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX - The extract() function is unable to handle HTML line breaks</title><link>https://community.appian.com/support/w/kb/765/kb-1489-the-extract-function-is-unable-to-handle-html-line-breaks/revision/3</link><pubDate>Mon, 15 Jan 2018 01:15:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:faa5c86a-e790-4307-94f2-a498f9878f2c</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/765/kb-1489-the-extract-function-is-unable-to-handle-html-line-breaks#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Parmida Borhani on 1/15/2018 1:15:39 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;extract()&lt;/code&gt; function is unable to handle the HTML line break tags: &lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;, and &lt;code&gt;&amp;lt;div&amp;gt;&lt;/code&gt; (as well as &lt;code&gt;&amp;lt;/p&amp;gt;&lt;/code&gt;). It parses them as line breaks and does not return the characters.&lt;/p&gt;
&lt;p&gt;For example:&lt;br /&gt;&lt;code&gt;extract(&amp;quot;&amp;lt;b&amp;gt;Text&amp;lt;/b&amp;gt;&amp;quot;, &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;)&lt;/code&gt; works correctly. It returns &lt;code&gt;&amp;quot;b&amp;quot;&lt;/code&gt; and &lt;code&gt;&amp;quot;/b&amp;quot;&lt;/code&gt;.&lt;br /&gt;&lt;code&gt;extract(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;)&lt;/code&gt; returns nothing. It should return &lt;code&gt;&amp;quot;p&amp;quot;&lt;/code&gt; and &lt;code&gt;&amp;quot;/p&amp;quot;&lt;/code&gt;.&lt;br /&gt;&lt;code&gt;extract(&amp;quot;&amp;lt;div&amp;gt;Text&amp;lt;/div&amp;gt;&amp;quot;, &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;)&lt;/code&gt; returns &lt;code&gt;&amp;quot;/div&amp;quot;&lt;/code&gt;, but not &lt;code&gt;&amp;quot;div&amp;quot;&lt;/code&gt;.&lt;br /&gt;&lt;code&gt;extract(&amp;quot;&amp;lt;&amp;lt;p&amp;gt;&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;)&lt;/code&gt; returns a line break instead of&amp;nbsp;the text &lt;code&gt;&amp;quot;&amp;lt;p&amp;gt;&amp;quot;&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue has been reported to the Appian Product Team. The reference number for this issue is &lt;strong&gt;AN-96094&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Use the &lt;code&gt;substitute()&lt;/code&gt; function to replace specific HTML tags. To remove them, substitute the values for an empty string.&lt;/p&gt;
&lt;p&gt;For example:&lt;br /&gt;&lt;code&gt;substitute(substitute(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;,&amp;quot;&amp;lt;p&amp;gt;&amp;quot;,&amp;quot;&amp;quot;), &amp;quot;&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;quot;)&amp;nbsp;&lt;/code&gt;would remove both the &lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt; and &lt;code&gt;&amp;lt;/p&amp;gt;&lt;/code&gt; tags.&lt;/p&gt;
&lt;p&gt;Additionally, the &lt;code&gt;reduce()&lt;/code&gt; function can be used to strip all the undesired HTML characters, as shown below:&lt;br /&gt;&lt;code&gt;reduce(&lt;/code&gt;&lt;br /&gt;&lt;code&gt;fn!substitute(_, _, &amp;quot;&amp;quot;),&lt;/code&gt;&lt;br /&gt;&lt;code&gt;ri!text,&lt;/code&gt;&lt;br /&gt;&lt;code&gt;{&amp;quot;&amp;lt;p&amp;gt;&amp;quot;, &amp;quot;&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;lt;br&amp;gt;&amp;quot;, &amp;quot;&amp;lt;div&amp;gt;&amp;quot;, &amp;quot;&amp;lt;/div&amp;gt;&amp;quot;}&lt;/code&gt;&lt;br /&gt;&lt;code&gt;)&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article affects Appian 16.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: functions, open issues&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX - The extract() function is unable to handle HTML line breaks</title><link>https://community.appian.com/support/w/kb/765/kb-1489-the-extract-function-is-unable-to-handle-html-line-breaks/revision/2</link><pubDate>Mon, 15 Jan 2018 01:13:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:faa5c86a-e790-4307-94f2-a498f9878f2c</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/765/kb-1489-the-extract-function-is-unable-to-handle-html-line-breaks#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Parmida Borhani on 1/15/2018 1:13:35 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;extract()&lt;/code&gt; function is unable to handle the HTML line break tags: &lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;br&amp;gt;&lt;/code&gt;, and &lt;code&gt;&amp;lt;div&amp;gt;&lt;/code&gt; (as well as &lt;code&gt;&amp;lt;/p&amp;gt;&lt;/code&gt;). It parses them as line breaks and does not return the characters.&lt;/p&gt;
&lt;p&gt;For example:&lt;br /&gt;&lt;code&gt;extract(&amp;quot;&amp;lt;b&amp;gt;Text&amp;lt;/b&amp;gt;&amp;quot;, &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;)&lt;/code&gt; works correctly, it returns &amp;quot;b&amp;quot; and &amp;quot;/b&amp;quot;&lt;br /&gt;&lt;code&gt;extract(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;)&lt;/code&gt; returns nothing, but it should be returning &amp;quot;p&amp;quot; and &amp;quot;/p&amp;quot;&lt;br /&gt;&lt;code&gt;extract(&amp;quot;&amp;lt;div&amp;gt;Text&amp;lt;/div&amp;gt;&amp;quot;, &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;)&lt;/code&gt; returns &amp;quot;/div&amp;quot; but not &amp;quot;div&amp;quot;&lt;br /&gt;&lt;code&gt;extract(&amp;quot;&amp;lt;&amp;lt;p&amp;gt;&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;)&lt;/code&gt; returns a line break rather than the text &amp;quot;&amp;lt;p&amp;gt;&amp;quot;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue has been reported to the Appian Product Team. The reference number for this issue is &lt;strong&gt;AN-96094&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Use the &lt;code&gt;substitute()&lt;/code&gt; function to replace specific HTML tags. To remove them, substitute the values for an empty string.&lt;/p&gt;
&lt;p&gt;For example:&lt;br /&gt;&lt;code&gt;substitute(substitute(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;,&amp;quot;&amp;lt;p&amp;gt;&amp;quot;,&amp;quot;&amp;quot;), &amp;quot;&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;quot;)&lt;/code&gt;&lt;br /&gt;would remove both the &lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt; and &lt;code&gt;&amp;lt;/p&amp;gt;&lt;/code&gt; tags.&lt;/p&gt;
&lt;p&gt;Additionally, the &lt;code&gt;reduce()&lt;/code&gt; function can be used to strip all the undesired HTML characters, as shown below:&lt;br /&gt;&lt;code&gt;reduce(&lt;/code&gt;&lt;br /&gt;&lt;code&gt;fn!substitute(_, _, &amp;quot;&amp;quot;),&lt;/code&gt;&lt;br /&gt;&lt;code&gt;ri!text,&lt;/code&gt;&lt;br /&gt;&lt;code&gt;{&amp;quot;&amp;lt;p&amp;gt;&amp;quot;, &amp;quot;&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;lt;br&amp;gt;&amp;quot;, &amp;quot;&amp;lt;div&amp;gt;&amp;quot;, &amp;quot;&amp;lt;/div&amp;gt;&amp;quot;}&lt;/code&gt;&lt;br /&gt;&lt;code&gt;)&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article affects Appian 16.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: functions, open issues&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX - The extract() function is unable to handle HTML line breaks</title><link>https://community.appian.com/support/w/kb/765/kb-1489-the-extract-function-is-unable-to-handle-html-line-breaks/revision/1</link><pubDate>Fri, 12 Jan 2018 14:58:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:faa5c86a-e790-4307-94f2-a498f9878f2c</guid><dc:creator>Taylor Park</dc:creator><comments>https://community.appian.com/support/w/kb/765/kb-1489-the-extract-function-is-unable-to-handle-html-line-breaks#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Taylor Park on 1/12/2018 2:58:37 PM&lt;br /&gt;

&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The extract() function is unable to handle the HTML line break tags: &amp;lt;p&amp;gt;, &amp;lt;br&amp;gt;, and &amp;lt;div&amp;gt; (as well as &amp;lt;/p&amp;gt;). It parses them as line breaks and does not return the characters.&lt;/p&gt;
&lt;p&gt;For example:&lt;br /&gt;extract(&amp;quot;&amp;lt;b&amp;gt;Text&amp;lt;/b&amp;gt;&amp;quot;, &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;) works correctly, it returns &amp;quot;b&amp;quot; and &amp;quot;/b&amp;quot;&lt;br /&gt;extract(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;) returns nothing, but it should be returning &amp;quot;p&amp;quot; and &amp;quot;/p&amp;quot;&lt;br /&gt;extract(&amp;quot;&amp;lt;div&amp;gt;Text&amp;lt;/div&amp;gt;&amp;quot;, &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;) returns &amp;quot;/div&amp;quot; but not &amp;quot;div&amp;quot;&lt;br /&gt;extract(&amp;quot;&amp;lt;&amp;lt;p&amp;gt;&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;lt;&amp;quot;, &amp;quot;&amp;gt;&amp;quot;) returns a line break rather than the text &amp;quot;&amp;lt;p&amp;gt;&amp;quot;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue has been reported to the Appian product team. The reference number for this issue is AN-96094.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Use the substitute() function to replace specific HTML tags. To remove them, substitute the values for an empty string. For example:&lt;br /&gt;substitute(substitute(&amp;quot;&amp;lt;p&amp;gt;Text&amp;lt;/p&amp;gt;&amp;quot;,&amp;quot;&amp;lt;p&amp;gt;&amp;quot;,&amp;quot;&amp;quot;), &amp;quot;&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;quot;)&lt;br /&gt;would remove both the &amp;lt;p&amp;gt; and &amp;lt;/p&amp;gt; tags.&lt;/p&gt;
&lt;p&gt;Additionally, the reduce() function can be used to strip all the undesired HTML characters, as shown below:&lt;br /&gt;reduce(&lt;br /&gt;fn!substitute(_, _, &amp;quot;&amp;quot;),&lt;br /&gt;ri!text,&lt;br /&gt;{&amp;quot;&amp;lt;p&amp;gt;&amp;quot;, &amp;quot;&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;&amp;lt;br&amp;gt;&amp;quot;, &amp;quot;&amp;lt;div&amp;gt;&amp;quot;, &amp;quot;&amp;lt;/div&amp;gt;&amp;quot;}&lt;br /&gt;)&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;16.3+&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: open issues&lt;/div&gt;
</description></item></channel></rss>