
Hey guys!
I am currently trying to create a collection with all numbers from 1 to a number extracted from a Text Input! Can someone please help me?
Thank you in advance!
Hi @loubou
ClearCollect(
NewCollection,
FirstN(
[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32],
Value(TextInput6.Text)))
you can increase the number beyond 32 as well (but you will need to define a top limit)
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly