[IOS only] Mobile Card Template Function shows extra empty Function if the button is changed from mulitple true to multiple false<!-- /*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: ; } } - Associate a Function with a Button where Multiple is false on a Mobile Card Template. - Clicking on the Button on the Mobile App, it will show the Function name and Cancel. - Clicking on the Function name, it will call the Function. - Set the Button to Multiple true. - Add an extra Function. - Clicking on the Button, it will show Multiple Function names and Cancel. - It will call the Function depends on which Function we clicked. - Change the Button to Multiple false. - Associate the First Function with the Button again. - Clicking on the Button, it will show Blank menu/Cancel. - Clicking on the Blank Menu, it will show the Function/Cancel. - The issue is caused by the fact that some configuration is not removed from the Template JSON field when the button is switched back to Multiple false. - Removing the following section from Template JSON manually should fix this issue. ,"ContextMenu":{"Presentation":"Drawer","MenuItems":[{"CellId":"menu_button_01","Id":"menu_button_01","Type":"MenuButton","elementId":"f6b08485-42d6-dbeb-e9f9-de63cf4bd478"}]}