Hi,
I have article pages in solution and on each page i have a page field which is a product selector to select 1 or more products.
This is my property for itemtype "Page properties"
In my post index i can see this field when i inspect my article page
Now i want to have a querypublisher that get the post index and ProductId parameter to match any page which that product has been selected on that page.
I have created a parameter on my index which is ProductId. But now i need to get the current productid to use it as parameter but i cant seem to get it.
Here i have my App which is the query post. And i guess i need to override the default parameters here which i have my productid.
When i open override default parameters i can only type in something and not select my product id.