Add
Logic name
Add
Function
This logic adds all the specified elements to the array.
Data type
|
Location |
Type |
|---|---|
|
First input handler |
Array |
|
Second and subsequent input handlers |
All |
|
Logic output |
Array |
Property
|
Category |
Property |
Description |
|---|---|---|
|
Required |
Input count |
Specify the number of elements that you want to add plus one. |
|
Comment |
Comment |
It does not affect the conversion processing. |
Example of logic use
Mapping definition
Logic settings and processing result
An array of two elements is output.
Property settings
|
Property |
Setting Value |
|---|---|
|
Input count |
3 |
Input data
|
Script variables (array type) |
|
123 |
|
"abc" |
Output data
|
[123,"abc"] |