Populate a Number Custom State list with Numbers

I want to populate a custom state with a series of floating point numbers and the custom state must be a number custom state as I later use the values to populate a drop down that then the users selection updates a number field in my table. How do I populate the custom state with, for example, 1, 1.25, 1.5, 1.75, 2, 2.25. 2.5…

You can do something like what I’ve done below. As part of the set state of an element action, you can put the list in an Arbitrary text, split by commas; accordingly use the :split by operator, and :+converted to number to get the list of numbers.

Let me know if this helps!

you can try js toolbox plugin, has an element outputting list of numbers