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.
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.
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
Book a free 15 minutes call - happy to help if I can
This topic was automatically closed after 70 days. New replies are no longer allowed.