product input error in schema

getting error by two product inputs in schema in one block

{% schema %}
{
“name”: “image”,
“target”: “section”,
“settings”: [

{ “type”: “image_picker”, “id”: “image”, “label”: “Image” }, { “type” : “product”, “id” : “product”, “label” : "Select Product " }, { “type” : “product”, “id” : “product2”, “label” : "Select Product " } ]

}
{% endschema %}

Hi Taxak,

What is the exact error you’re seeing and what is the use case you’re trying to achieve. I’ve tested out adding multiple blocks with "type": "product" to a theme custom section and I’m not seeing any errors on my side.

Hope this helps!