Hi All,
I have Table1 where I look up column Clients from another table2.
When I list all records . Until 4726 all column values with Choice column Client value and Client Id are showing up. After that Client value is showing as null but Client Id is showing up.
4720 Row
{
"CNO": "2900189",
"Client": "ABC",
"ClientID": "e097fa2e-8d84-ee11-8179-00224809c45d"
},
Next row
4721
{
"CNO": "18900",
"Client": null,
"ClientID": "d097sa2e-8d84-ee22-1179-1024807c36e"
},
Client is a lookup column . When ClientID Exists its value is also available in table. Don't know it is showing as null. Please help