Is it possible to create a dynamic number of level select options based upon how many levels there are in a Global variable?
Global "totalLevels" = 20 (create 20 links)
Global "totalLevels" = 100 (create 100 links)
A bit like an e-commerce shop where you add a product to a category and the page layout automatically adds the product and link.
Perhaps loading this from a data file would make more sense.