Hi @bhanu,
If I understood you correctly: you have a screen with a list of products (any list could be used - custom, simple, …). This list is already filtered by Category (so you have something like a dropdown on a previous screen which selects a category).
And you would like to add the Slider component, so that you could adjust the max (or min) price, and have an additional filter in this list based on slider value.
So, if my understanding above is correct: there is no direct way to link Slider and the filter in the list. However, you can do it with the “Proxy” property in Users collection:
- you create some numeric property in Users collection, call it “TMPPriceFilter”
- you attach Slider component to this property (“What property does this adjuts” = “Logged In User -> TMPPriceFilter”)
- you set an additional filter for your list using this property.
Hope this is helpful.
Best regards, Victor.