I have grid combo on a page. On page load, a computation sets a default value to the page item.
If I don't have any additional return items to set on the grid combo, then the grid combo doesn't show the display value (Image 1). If I load the debug page, the page item has an encrypted value in it (Image 2)
If I add one or more additional return items to set, then the grid combo shows the display value (Image 3). On the debug page, the page item has an unencrypted value which matches what was set in the computation (Image 2)
How do I make it work without setting additional return items? I am not very sure what exactly I could be doing wrong. We have tried a lot of combinations but are unable to explain or understand the behavior.