Vendor Questionnaire fields disappearingIssue Several vendors have stated after populating the field it disappears. The field to type in after the questions "What is the nature and history of the business operations?" and "Please list the Principle Officer(s)….", disappeared after entering some values.CauseThe Answer length is limit to 70 characters if the answer type is not multi line. So the answers which are greater than 70 characters are skipped on UI.https://<instance>.service-now.com/nav_to.do?uri=%2Fsp_angular_provider.do%3Fsys_id%3Dd53edf8beb1032006080a638a206fe88%26sysparm_record_target%3Dsp_angular_provider%26sysparm_record_row%3D5%26sysparm_record_rows%3D8%26sysparm_record_list%3DnameSTARTSWITHvdp%5EORDERBYname . Line 24If the Survey question answer type is String and is not multi line, the answer will be hidden if the length of the answer is greater than 70 characters.ResolutionRecommend workaround is to update the answer length limit to greater than 70. In angular provider file (mentioned above), at Line 24, there is a condition to limit the display of the field based on length. Currently, it is set to 70. If we can change the number to higher number, we will be able to see the field on UI.