[ { "label": "Tag all products by the date the product was created", "trigger_type": [ "product_bulk_op" ], "object_type": "product", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [], "actions": [ { "type": "product_add_tags", "settings": { "token_object_type": "product", "tags": "Created {{ product.created_at | date('m-d-y') }}", "wait": "0", "cw_timezone": "America\/New_York", "custom_wait": "" }, "weight": 999, "target_key": "product" } ] } ], "shared_workflow_id": 2311 }, "description": "This workflow runs in a bulk update. The workflow simply looks at the date a product was created and adds that date to the product as a tag." } ]