I have an ACF text field added to Products (WooCommerce) for “Brand.”
Now, I want to create a list of all of the brands that have been entered in that field. I was able to create a looper using the “Query Builder” option and selecting “Products” in the “Posts” field, and then using dynamic content to display the “Brand” in the looper consumer.
This works well except that it repeats the same value multiple times. For example, if I have 5 products with the brand “Nike,” I see “Nike” 5 times. Is there a way to for the looper to show “Nike” only once?