Create a custom state that has a type of number. On the slider and the input, make the initial value the custom state. Then create two workflows. The first one is when the inputs value changes, set the state of the custom state and reset the inputs. The second one is when the slider value changes, set the state of the custom state and reset the inputs. The custom state becomes the value for both inputs.

2 Likes