[ { "label": "Remove new tag from order when another tag is added", "trigger_type": [ "order_updated" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": { "1": { "conditions": { "1": { "field": "order.tags_array", "settings": { "multiple": "any", "operator": "equals", "value": "new", "long_value": "", "token_object_type": "order", "condition_type": "AND" }, "weight": 999 }, "2": { "field": "order.tags_array", "settings": { "multiple": "any", "operator": "not_equals", "value": "new", "long_value": "", "token_object_type": "order", "condition_type": "AND" }, "weight": 999 } }, "actions": { "1": { "type": "order_remove_tags", "settings": { "wait": "0", "custom_wait": "", "tags": "new", "token_object_type": "order" }, "weight": 999, "target_key": "order" } } } }, "shared_workflow_id": 37652 }, "description": "This automation will remove the \"new\" tag when you add any other tag to the order" } ]