So we are accepting back orders from customers now (on Woo) and this comes across in Klaviyo as
{{ event.extra.Items.0.Metadata.0.Name }} and the label says “Name: Back-ordered”
I know I am doing the below wrong but could somebody help me with the exact logic required?
“{% if "Back-ordered" in event.extra.Items.Metadata.Name %} Text
{% endif %}