Limit¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The input sequence to truncate. | [Any] |
||
Output ➡️ |
The truncated sequence (or a single element if Max is 1). | Any |
||
Max |
No | How many maximum elements to take from the input sequence. | 0 |
Int |
This shard truncates the input sequence to the specified number of elements(specified by the Max parameter) and outputs the truncated sequence.