Changing a sliders value by text 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

1 Like

You cannot set the value of an input directly in a workflow step. What you can do though is add a custom state of type number to the slider , set the slider’s initial content to that custom state then use a workflow to set the state when your text is clicked.

Alternatively, you could put the slider in a group of type number, set the slider to take the group’s value and then set the group’s data source in your workflow.

This topic was automatically closed after 70 days. New replies are no longer allowed.