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
No, I can not make any changes directly in preprod, and Yes I am doing testing in unnamed rule as I only have read only access. The UUID coming in error, its not related to any fields used in local variable. I am not able to find anything with this UUID
Have you checked the version history in preprod to see if someone made direct changes? I suspect someone might have manually updated the field, and your interface is still referring to the old UUID from the lower environment.
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.