Sliderinput range event

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?

Screenshot 2024-04-22 184841

You can do it with some custom states and two workflows. See the demo below:
chrome_BPLfyS4L9F

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:

  1. For checking if the previous Max is different than current Max:
    image
    And you will update the previous max:

  2. Another one for exactly same thing (but for min):
    image

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.