Read Only grid is working in Dev and test environment but in preprod it is giving error that {something like UUID } field does not exists.
I have tried to comment all grid columns and uncommented one by one. Two Grid columns are giving error. But I am not able to find out why. As same Record Fields are used multiple places in interface and its working as expected there.
Only in Grid Column its giving error.
Discussion posts and replies are publicly visible
Can you share the operations happening in the saveinto of the error prone grid columns. Do you see some bad values like null or invalids that might be in saveinto & break the dropdown or local variable
Hi, Thanks. I am not using save into in grid column. I am directly passing the local variable in value.
okay! As its working in dev and test can you to compare and deploy from test to pre prod and see if rule come up as identical or any changes are detected.