Try to update Screen Appointment List to add addressline1 shows error after publish in mobile
update screen FS400100 {
update container "Appointments" {
fieldsToShow = 9
add field "SettingsAddress#AddressLine1"{
displayName = "Address"
selectorDisplayFormat = KeyDescription
listDisplayFormat = CaptionValue
forceIsVisible = True
}
}
}