im using the standard slider and im trying to implement a text that when clicked the slider is changed to the value under the text, but i dont see anything in the conditional section that allows me to do it, the initial content only works once and i dont know of any other way.
so when i click existing layout or new layout it will go to value 1(existing) or value 2(newlayout)
Do you have a screenshot of your current setting?
What I think is that you can update a state and use the state for initial value (min / max, initial) (and also set an initial value to the state). But this really depend on how you use it.