Use slider as input to capture min-max and all values in between

is there a way to set the slider to min and max and save all the values in between in the DB as inputs?

example: 6-17, then save 6,7,8,9,10,11,12,13,14,15,16,17values in the DB.

1 Like

Hey @natserrano

The way I see it you could loop an API workflow. You can start by saving the min value, and adding +1 every time it loops. When it hits the max value, stop the loop using a condition.

Hope this helps

Ambroise

Need extra help?

Book a free 15 minutes call - happy to help if I can

1 Like

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