Records disappear from list view when two fields referencing the same table are added to the list layoutIssue When a table list layout is configured to add two reference fields pointing to the same table, the records visible under list view disappear immediately.CauseThe column name of the reference fields has the table name in it, for example: Field_1 = Category(u_test_cat1)Field_2 = Category Test ( u_test_cat2)Table Name = u_testResolutionEnsure column names do not contain the whole same name as the referenced table. In the example above, creating the new columns as [u_cat_test1] and [u_cat_test2] resolves the issue.