<?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>Issue with Numbering in Preview Section of Dynamic Letter Generation</title><link>https://community.appian.com/discussions/f/user-interface/40260/issue-with-numbering-in-preview-section-of-dynamic-letter-generation</link><description>The Dynamic Letter Generation module uses multiple styletexteditors where users can select which sections should appear in the generated letter. 
 There are no formatting issues in the final generated letter. However, in the preview section , there is</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Issue with Numbering in Preview Section of Dynamic Letter Generation</title><link>https://community.appian.com/thread/153904?ContentTypeID=1</link><pubDate>Tue, 10 Mar 2026 05:54:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:205636b5-b7b6-49b0-acc4-9daae08d24a6</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;styleTextEditor auto-inserts an empty &amp;lt;li&amp;gt; between sections in preview, causing the extra number.&lt;br /&gt;Use start attribute on &amp;lt;ol&amp;gt; to close and reopen with correct numbering:&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;concat(
&amp;quot;&amp;lt;/ol&amp;gt;&amp;quot;,
&amp;quot;&amp;lt;ol type=&amp;#39;1&amp;#39; start=&amp;quot;,
local!nextStartNumber,
&amp;quot;&amp;gt;&amp;quot;,
section_content
)&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Track local!nextStartNumber by counting &amp;lt;li&amp;gt; items from previously selected sections.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with Numbering in Preview Section of Dynamic Letter Generation</title><link>https://community.appian.com/thread/153900?ContentTypeID=1</link><pubDate>Tue, 10 Mar 2026 02:26:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:df4851da-f565-4d06-a5df-dfb5a8d7e607</guid><dc:creator>nivethas0001</dc:creator><description>&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1773109374258v1.jpeg" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p data-start="0" data-end="203"&gt;The reason I have not closed the &lt;code data-start="33" data-end="39"&gt;&amp;lt;ol&amp;gt;&lt;/code&gt; tag is because the list continues later, starting from point 6. This is due to a requirement where the numbering needs to be dynamic based on the user&amp;rsquo;s selection.&lt;/p&gt;
&lt;p data-start="205" data-end="353" data-is-last-node="" data-is-only-node=""&gt;I also checked whether there were any null values in the array that could be causing the extra &amp;ldquo;5.&amp;rdquo; to appear, but there are no null values present.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with Numbering in Preview Section of Dynamic Letter Generation</title><link>https://community.appian.com/thread/153897?ContentTypeID=1</link><pubDate>Mon, 09 Mar 2026 17:10:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f755280e-207a-4cbb-80dc-e28777ecb8e6</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;Add &amp;lt;/ol&amp;gt; to explicitly close the list before starting the next section&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>