I have a product with a collection link to flavour and display the name like this:
display: '${data.name}, (${data.abbreviation})'
and this works.
But when i link to product with a collection link how do i display the flavour now i get
object, (object) instead of the flavour name and abbreviation?
Any thoughts?