This node trims a list to just contain sections you want.
You can enter the number of items to keep or specify the section of the list you want to keep.For example, for the list [a, b, c], if we were to keep 2 items, the output would be [a, b].
The below example shows a pipeline that demonstrates the capabilities of the list trimmer node. The node will take in a list of 3 items, and trim it down to 2 items.
Text Node: Contains the following text:apples,oranges,peaches
Split Text Node: Splits the text on the comma delimiter into a list