Creation of a numbered list
I have read a lot of threads on why Zoho doesn't use loops, but here is a case that I seem to run into many problems trying to accomplish. It should be very very simple. In one form, I ask among other things, for a maximum (N) number of entries to expect in a related form. Thus, I would like a picklist in that other form that allows the user to choose which set (1 -- N) that form represents. Usually you would just create a for loop and use add item(num); num++; but that seems impossible on here. I looked into recursive functions, maps, and lists, and all of them had problems because the whole point is to create a simple list of numbers which I won't know until the user enters the max number in a related form.
Please help. I've tried in vein for a couple of hours now to do what should have taken a few seconds.
Richard C