Trim Input List

Function

Keep the first N items in a data list and output. Items after the Nth item will be discarded.

Sample Scenario

Extract the first N items in a list, and the N value can be set in the parameters by project requirements.

Input and Output

../../../../../_images/input_output_32.png