Changing a sliders value by text/button click

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)

Capture

Do you have a screenshot?
Is the “value” under the text is a number?

yeah its 1 2 or 3

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.

not sure how that would work but i just uploaded the slider settings