KB-1351 Collapsible a!sectionLayout is not visible if label is null in Appian 17.1

Symptoms

In Appian 17.1 and later, if a section has the following parameters:

label: null,
isCollapsible: false,
isInitiallyCollapsed: true,

The entire section is not accessible to the end user viewing the form.

Cause

This issue has been reported to the Appian product team. The reference number for this issue is AN-85331.

Action

Edit the section parameters to read as follows:

label: null,
isCollapsible: false,
isInitiallyCollapsed: false,

Affected Versions

This article applies to Appian 17.1 and later.

Last Reviewed: May 2017

Related
Recommended