How can I access metaobject values in product metafields?

@Phil_Houghton Thank you for this. I didn’t have to iterate so I modified your code to make it work for me.

Here is my code for anyone reading this in the future:

{% assign foo = product.metafields.custom.backing.value %}

  
  

    {{foo.backing_title.value }}
  

Notes:

*This code works in Custom Liquid sections/blocks

*Replace backing with your metafield name

*Replace backing_img and backing_title with your metaobject’s field names