Mobile Agent App crashes on iOS when attempting to open an ApplicationIssue The Mobile Agent App crashes on iOS when attempting to open an Application. The app simply closes without any additional feedback.ReleaseServiceNow Agent App v8.0.1CauseThis can occur if the Mobile backend is receiving bad data from a UI Parameter(sys_sg_ui_parameter). This could happen if an Action contains more UI Parameters than Action Parameter Mappings. In general, there should be an Action Parameter Mapping for every UI Parameter (the only exception being the case of a UI Parameter of type "carried" which should not be mapped).ResolutionReview all of the Actions contained in the affected Application to make sure there isn't an additional UI Parameter that is missing a corresponding Action Parameter Mapping. Remove the additional UI Parameter or configure an Action Parameter Mapping for the UI Parameter.