节点与集成
Limit
Use the Limit node to remove items beyond a defined maximum number. You can choose whether n8n takes the items from the beginning or end of the input data.
Node parameters
Configure this node using the following parameters.
Max Items
Enter the maximum number of items that n8n should keep. If the input data contains more than this value, n8n removes the items.
Keep
If the node has to remove items, select where it keeps the input items from:
- First Items: Keeps the Max Items number of items from the beginning of the input data.
- Last Items: Keeps the Max Items number of items from the end of the input data.
Templates and examples
Browse Limit integration templates or search all templates
Related resources
Learn more about data structure and data flow in n8n workflows.
官方原文和授权
本页来自 N8N 英文官方网站固定快照,并转换成 xueai 静态页面。内容以 N8N 持续更新的官方页面为准。