- My goal: Display data from a backend query in a table
- Issue: Only one column is visually rendering, always in the second spot (in editor mode), and if I reorder or delete columns, sometimes the column that is showing up changes.
- Steps I've taken to troubleshoot:
- Opened in "preview mode": I get the error 'unable to retrieve information about the query "[failing query]". Still only one column header renders, but "no rows found". Note that in editor mode, the query runs just fine and I can see the query response, it looks normal. I switched back and forth between editor and preview mode several times and got a consistent result. I was able to find this post Randomly receive "Unable to retrieve information about the query" which marks that as a bug fixed last year.
- Verify that the query response looks normal
- Delete any columns that contain lists in case that was the rendering problem
- Delete any columns with null values in case that was the rendering problem
- Additional info: (Cloud or Self-hosted, Screenshots)
Table (editor mode):
Table settings (editor mode):
Query looking normal (editor mode):
Table (preview mode):