[ { "label": "Tag orders with customer tags", "trigger_type": [ "order_created" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": { "1": { "conditions": { "1": { "field": "order.customer.tags", "settings": { "operator": "not_empty", "value": "", "long_value": "", "token_object_type": "order", "condition_type": "AND" }, "weight": 999 } }, "actions": { "1": { "type": "order_add_tags", "settings": { "token_object_type": "order", "tags": "{{ order.customer.tags }}", "wait": "0", "cw_timezone": "America\/New_York", "custom_wait": "" }, "weight": 999, "target_key": "order" } } } }, "shared_workflow_id": 37903 }, "description": "This automation will automatically transfer the customer tags to order tags when an order is created." } ]