Hello
I am creating a custom page, and in that custom page I want a very simple combo box that is nothing more than a dropdown with the number 0 to 3. So no reference to any data or whatsoever. It keeps on giving me random sequential numbers.
In Items I have tried to put [0, 1, 2, 3]. Result is 0,1,3,5,7.
I have tried using Sequence(4,0,1) and that gives me result of 968, 969, 970 , 971.
Sometimes in preview it also jumps to 2153, 2154, 2155, 2156. I have no idea where those sequences come from, give I have not made any reference to any table of data.
Anyone got an idea? Thanks for the help!