Getting an error Missing Json Array Error when we lookup on a reference field in Mobile Classic AppIssue When a user does a reference lookup on a field in classic mobile app, an error shows up saying 'Missing Json Array Error' If we try to reproduce in $m.do we will not be seeing the same error but no results are returned. There is a console error that says 'listDataSourceFactory failed'CauseIncorrect values present in Fields and Search fields in Document title table for the corresponding table (if the reference field that's causing the issue is for sys_user we need to check for the record where table is sys_user). We need to check if the fields used in Fields and Search Fields are correct from the list view of Document title record. From the form view, if there are any wrong fields these will not be loaded and we may not be able to find the wrong field.ResolutionRemove the corrupted value from Fields and Search Field values. A simple way to test this would be to turn off the Document title record and verify if the issue is fixed