<?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-1351 Collapsible a!sectionLayout is not visible if label is null in Appian 17.1</title><link>https://community.appian.com/support/w/kb/586/kb-1351-collapsible-a-sectionlayout-is-not-visible-if-label-is-null-in-appian-17-1</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1351 Collapsible a!sectionLayout is not visible if label is null in Appian 17.1</title><link>https://community.appian.com/support/w/kb/586/kb-1351-collapsible-a-sectionlayout-is-not-visible-if-label-is-null-in-appian-17-1</link><pubDate>Tue, 23 May 2017 15:38:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:46a8d0f0-4464-49be-898d-e92d9201fb6c</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/586/kb-1351-collapsible-a-sectionlayout-is-not-visible-if-label-is-null-in-appian-17-1#comments</comments><description>Current Revision posted to Appian Knowledge Base by Nick Vigilante on 5/23/2017 3:38:50 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;In Appian 17.1 and later, if a section has the following parameters:&lt;/p&gt;
&lt;pre class="code-java"&gt;label: &lt;span class="code-keyword"&gt;null&lt;/span&gt;,
isCollapsible: &lt;span class="code-keyword"&gt;false&lt;/span&gt;,
isInitiallyCollapsed: &lt;span class="code-keyword"&gt;true&lt;/span&gt;,&lt;/pre&gt;
&lt;p&gt;The entire section is not accessible to the end user viewing the form.&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-85331&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Edit the section parameters to read as follows:&lt;/p&gt;
&lt;pre class="code-java"&gt;label: &lt;span class="code-keyword"&gt;null&lt;/span&gt;,
isCollapsible: &lt;span class="code-keyword"&gt;false&lt;/span&gt;,
isInitiallyCollapsed: false,&lt;/pre&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.1 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: May 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

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