Hello Experts,
I am having a custom entity which has Name field and a Lookup to Out-of-the-Box Product entity. In the Main form of that entity I have added Name field & Lookup field, both are mandatory. I was able to save the data, lookup values are available in the drop down. But once the record is saved, the lookup values is not displayed. The same happens in the View. Only the name field value is displayed. When I use Legacy Advanced Find option (Advanced Settings -> Advanced Find) and query the same entity with the same view I am able to see the Lookup field value, This issue started happening couple of days back. Can anyone help on this issue?
Note: When I view the browser Dev Tools -> Network tab, I can see the api call retrieving the Lookup values, but it is not being dispalyed in the UI
Picture 1: From Modern Model Driven App
Picture 2: From Legacy Advanced Find View