Restaurants register number of tables in an input, say 35 (table).
I store the data in the numeric range type, say 1-35.
When a guest is asked to select a table from a dropdown, I want to populate 1-35 dynamically, depending on the max value of the range.
and I am stuck there.
Can anyone help?
Hi there, @yj.johnrhee… one way to do what you described is to use the List of Numbers element from the Toolbox plugin to generate the list of tables starting at 1 and going to the restaurant’s max number of tables. This post should help, and I made a quick example if you need screenshots that apply to your specific use case.