Sliderinput range has 2 slider values. How can I create 2 events: 1 for when the lower slider value is changed, and 1 for when the higher slider value is changed?
You can do it with some custom states and two workflows. See the demo below:
Here are the two custom states. The same initial value as the min-max:
And whenever the slider input value changed, you will have two workflows:
-
For checking if the previous Max is different than current Max:
And you will update the previous max:
-
Another one for exactly same thing (but for min):
And again, update the previous min:
To check the complete example, see the editor: Test for Forum 12 | Bubble Editor
1 Like
this is perfect thanks! wish bubble would make these things simpler for us.
1 Like
This topic was automatically closed after 70 days. New replies are no longer allowed.