Filter Product Dataset on inStock

When using a Repeater connected to a Dataset to display products it would be a great option to be able to filter out the products that are not in stock. Either by filtering on inStock or quantityInStock.

Forwarding as feedback. Was checking to see if it was possible with Velo but seems it can’t be filtered. https://support.wix.com/en/article/velo-wix-stores-products-collection-fields#in-stock-instock

I got it filtered, but it’s not really a great way. I used the onItemReady to collapse the items where inStock was false. But it’s not ideal and demanded some workarounds.