From Column: A text column (DetailReason_Test) used for testing purposes
The DetailReason_1 column pulls its value from DetailReason_Test, which contains static text. This setup is temporary due to update quota restrictions that prevent AI-generated text from populating dynamically.
In the Data Editor, DetailReason_1 shows the correct value.
However, when bound to a Text component on a Detail screen (accessed via “Show Detail Screen → This item” from a Collection), the component renders nothing.
Additionally, Peek-a-boo also shows DetailReason_1 as blank, even though the correct value is visible in the Data Editor.
I even tried with a simple text column for a test, and even that didn’t work, so I don’t think that’s the issue here. The value shows in the Data Editor but doesn’t render in the detail screen.
What’s particularly strange is that some columns from the same table display correctly, while others — especially newly created ones — do not show up at all in the UI, even when the data exists. This makes the issue quite confusing.
So its not rendering in the editor, Is it rendering on the published page? I have had elements with css applied not render in the editor but show on the live page.
I noticed something important:
When I view the row in Peek-a-boo, the computed column (e.g., a Single Value or Template column) appears blank, even though it shows correctly in the Data Editor.
However, if I manually input a value into the same column directly inside the Peek-a-boo interface, the value is correctly rendered on screen.
This suggests that the issue is not with the column type per se, but that the screen is unable to access the computed column’s value in the current row context — possibly due to how the data is resolved between Collection → Detail → Text component.