Slice List
Slice a list
Action Inputs
Name | Type | Description |
---|---|---|
List | List | The list |
Start | Number | Start position in array. Count from 0. |
End | Number | Start position in array. |
Action Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Whether or not the action executed successfully |
Sliced List | List | Result list |
Number of Items | Number | Number of items in the sliced list |
Updated 12 months ago