Summary Since the last update to the AuraDB Console, the Caption selection in the Query/Explore visualization has stopped working. The UI still shows a list of possible captions (such as Name, NodeID, Relation Type), but the graphics completely ignores this choice and always shows the same property regardless of the caption selected. surrounding Neo4j AuraDB Console (preview) Query Tool → Graph View Browser: Edge (but problem is browser‑independent) Steps to reproduce Run a simple query, for example: cypher MATCH (n:category) RETURN and ABS nodes Open the Customize Style sidebar. Choose a different caption, such as Name instead of Relation Type. Observe the Graph view. Current behavior The Graph view will continue to show the same property (e.g., relationshipType) regardless of which caption is selected in the UI. The caption setting has no effect on node labels. Alternative methods such as RETURN n AS node, n.Naam AS label, or projections (n {.*, name: n.Naam}) no longer work because: Aliases are ignored by the Graph view. Projections are no longer recognized as nodes, so the Graph tab disappears. Expected behavior The caption selection in the UI determines which property appears in the node dots. This was the case before the update and is consistent with documentation and Neo4j desktop/Bloom behavior. Impact The Caption feature is now effectively redundant and misleading. It is no longer possible to show a meaningful property (such as Name) in the visualization. This significantly limits the usability of the Query/Explore visualization. Conclusion This appears to be a clear regression in the AuradB preview UI: the caption setting is still offered but no longer works. Please confirm and/or repair.