[ { "label": "Batch tag all products by their created dates", "trigger_type": [ "product_custom" ], "object_type": "product", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [], "actions": [ { "type": "product_add_tags", "settings": { "wait": "0", "custom_wait": "", "tags": "{{ product.created_at | date('m-d-y') }}" }, "weight": 999, "target_key": "product" } ] } ], "shared_workflow_id": 2309 }, "description": "This automation is fired as a bulk operation. Looping through the products, it tags each product based on the date created. " } ]