I’m having Flowbot send me a message of a JSON Metafield whenever a product is archived.
This works except it is also sending me the product description, although only the JSON metafield is being referenced and does not contain the description at all.
The code is:
{% for consigment-notes-email in product.metafields %}{{consigment-notes-email.value}}{% endfor %}
How can I prevent the product description from being sent?