[ { "label": "Remove product tags that start with '#Tag' from products on demand", "trigger_type": [ "product_custom" ], "object_type": "product", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": { "1": { "conditions": [], "actions": { "1": { "type": "product_remove_tags", "settings": { "wait": "0", "custom_wait": "", "tags": "{% for product_tag in product.tags_array if product_tag|contains('#Tag') %}\r\n{% if product_tag != product.tags_array|first() %}\r\n,\r\n{% endif %}\r\n {{ product_tag }}\r\n{% endfor %}\r\n", "token_object_type": "product" }, "weight": 999, "target_key": "product" } } } }, "shared_workflow_id": 37030 }, "description": "This automation will remove product tags filtered by a pre-set string section. " } ]