No content to show
User Activity
Thanks for your reply. I ended up finding a solution, but it's similar to what you suggested.Basically to access a value that is in a list, you must iterate throught that list (syntax such as color_metaobject[0] does not work). This worked for me: ...
06-07-2024
I have a similar issue. I was able to display the values using a | json filter, but In my case the metafield is set as "list of entries" and I can't find a way ti access each entry. I just posted mine here: https://community.shopify.com/c/metafields-...
I have a metaobject called "color" with these fields:color.name (single text)color.hexcode (color)color.image (file) I created a product metafield called product.metafields.custom.color_filter_swatch that has a content type set as the "color" metaobj...