Prepend number to number-list
Description
Adds a number input to the start of number-list input
Input Ports
| Name | dataType | sourceType | required | description |
|---|---|---|---|---|
| Number value | number | link-manual | true | The number value that will be added to the start of the number-list |
| Number list value | number-list | link-manual | false | The number-list that will receive the new number value at the start of the list |
Scenarios
- The user wants to prepend a new
number valueat the start of the originalnumber-list - The user wants to prepend a new
number valueat the start of anumber-listwithout providing anumber-list
Prepending a number value to a list
| Number value | Number list | New Number list |
|---|---|---|
| 420 | 210 | 420 |
| 650 | 210 | |
| 650 |
Use case
Inputs
- Number value:
420 - Number-List:
[210, 650]
Experienced tips
- If the
number valueis empty, the process will continue and not prepend any new value to thenumber-list - If the
number valuecontains a value and thenumber-listis empty, the process will continue and prepend thenumber valueto a newnumber-list
Search Tags
Add a number value to a number-list