I have a very simple app with object types Observation and Audit. There are many Audits associated with each Observation; the Audit field includes a connection field to Observation.
My app includes a page with a table that I would like to show all fields for each Audit plus the fields for the associated Observation. I have followed the exact process described in Section 4.1 of the guide here: https://support.knack.com/hc/en-us/articles/226584588-Tables The table's primary object is Audit.
When I view the table in the live app, the Audit fields all appear in the table populated with data as they should. The Observation fields show as headers, but the individual records are all blank. Can anyone help identify the reason they aren't showing up?