Right now I only seem able to import single line text to metafields via API.
For example I get “Funk, Soul, Disco” when I really want “Funk” “Soul” “Disco” as list items (like a recipe).
Is it possible to ceate a snippet of code similar to this that would split them?
{{ product.metafields.custom.style | split: ", "}}
I’ve tried using flow and I’ve tried using the theme edit code area (new snippet) but no luck so far. What am I doing wrong because it didn’t work. I have almost zero coding experience but I enjoy the challenge of trying to work it out.

