[ { "label": "Strip links from description and store in a metafield for Ebay listing", "trigger_type": [ "product_created", "product_updated" ], "object_type": "product", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [], "actions": [ { "type": "product_set_metafield_value", "settings": { "wait": "0", "custom_wait": "", "namespace": "arigato", "key": "ebay_description", "value_type": "string", "value": "{{ product.body_html | striptags('

') }}" }, "weight": 999, "target_key": "product" } ] } ], "shared_workflow_id": 2921 }, "description": "This workflow is fired when a product is created or updated. It strips links from the product description and saves the resulting value as a metafield to the product." } ]