Mobile app UI section missing due to invalid list item configuration on destination screen<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Issue: A UI section does not appear in the Mobile app when the associated destination screen has an invalid configuration. In this example, the "Unassigned incidents" UI section does not appear on the My team Applet Launcher in the Mobile app. The destination screen, which is a list screen, contains an invalid List Item config Card. Other configuration exceptions on the destination screen cause the same issue. The Record section access control configuration — including access control type and required roles — is valid and is not the cause. Symptom: The UI Section "Unassigned incidents" doesn't appear on the Mobile App, My team Applet Launcher. Root cause: 1. No issue on the Record section Access control(Access control type and Required roles). 2. The Destination screen, which is a List Screen, has an invalid List Item config Card. Please refer to the screen record. Other configuration exceptions from the Destination screen would cause the same issue.