Skip to content

Set range to number-list

Description

Create a command that allows the user to generate a vast array of numbers.

Input Ports

Name dataType sourceType required description
Number range number link-manual true The amount of numbers the list should have, if increment by is 2 and the number range is 20, you can expect the list to have 10 numbers. In the following sequence [2,4,6,8,10, etc]
Increment by number link-manual true The sequence the number-list should be generated as

Scenarios

  • The user has a data list and wants to generate a vast array of keys based on the length of the data list.
  • The user wants to repeat but has nothing to repeat over, generate a range of numbers and repeat over the number list.

Use case

Command

Inputs
  • Number range: 20
  • Increment by: 2
Search Tags

set a range of numbers as a number-list