[ { "label": "Update billing company name from the shipping address", "trigger_type": [ "order_created" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": { "1": { "conditions": { "1": { "field": "order.billing_address.company", "settings": { "operator": "empty", "value": "", "long_value": "", "token_object_type": "order", "condition_type": "AND" }, "weight": 999 }, "2": { "field": "order.shipping_address.company", "settings": { "operator": "not_empty", "value": "", "long_value": "", "token_object_type": "order", "condition_type": "AND" }, "weight": 999 } }, "actions": { "1": { "type": "order_set_fields", "settings": { "wait": "0", "custom_wait": "", "fields": { "billing_address": { "first_name": { "value": "" }, "last_name": { "value": "" }, "address1": { "value": "" }, "address2": { "value": "" }, "city": { "value": "" }, "company": { "value": "{{ order.shipping_address.company }}" }, "phone": { "value": "" }, "country": { "value": "" }, "province": { "value": "" }, "zip": { "value": "" } } }, "token_object_type": "order" }, "weight": 999, "target_key": "order" } } } }, "shared_workflow_id": 41320 }, "description": "This automation will transfer the company name from the shipping address to the billing address" } ]