So once you have this, simply use an Array Aggregator to aggregate to an array, then reverse the array to get “21, 22, 23, 24, 25, 26, 27, 28, 29, 30”. What else am I missing???
You can use the built-in function reverse
e.g.:
reverse(1.array)
For more information, see the function documentation in the Help Center.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!