How do I exclude the Product Description from being pulled when requesting Metafield?

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?

Hi, sorry for delay in responding. You are looking over every metafield and outputting the value of each. You no longer need to look over metafields in Flow. Choose product / metafield (not metafields) when you choose a variable and you’ll be able to choose that exact metafield.