#it just needs to be proper JSON
1 messages · Page 1 of 1 (latest)
So this renders fine (both template editor and jq) {"christmas": ["christmas_green", "christmas_red"], "halloween": ["halloween_orange", "halloween_purple"]}, but my for_each repeat.item is giving me both red & green instead of just red, then green (or reverse order).
Okay. Think I got it. Trick seems to be not to tag the for_each as a list, but to use a template that is coerced to a list.