[ { "label": "Scan all products and look for handles that contain the word \"copy\"", "trigger_type": [ "product_custom" ], "object_type": "product", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [ { "field": "product.handle", "settings": { "operator": "contains", "value": "copy", "long_value": "", "token_browser": "{{ Browse Tokens }}", "condition_type": "AND" }, "weight": 999 } ], "actions": [ { "type": "google_sheets", "settings": { "wait": "0", "custom_wait": "", "url": "[CLICK TO EDIT]", "title": "", "tab": "", "rows": "{{ product.handle }}\r\n{{ product.admin_url }}" }, "weight": 999, "target_key": "product" } ] } ], "shared_workflow_id": 2568 }, "description": "This automation is instrumental in cleaning up duplicate stock records. The workflow is fired as a bulk operation, loops through the products, and exports any product with the term \"copy\" within the title to a google sheet document." } ]