Release 1.8.0 - Workflow Enhancements (#15125)
## Release 1.8.0 This release introduces three major workflow enhancements: ### Workflow Iterator Node - Ability to loop through items in workflows - Process multiple records sequentially - Perform actions on each item in a collection ### Workflow Bulk Select - Select multiple records for manual trigger nodes - Pass several records to workflow execution - Works seamlessly with the new iterator node ### Workflow Search Node Limit - Customize search result limit above 1 - Retrieve multiple records in a single search - Enhanced compatibility with iterator node for processing results --- Changelog file: `packages/twenty-website/src/content/releases/1.8.0.mdx` Release date: October 16, 2025
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 192 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 144 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 329 KiB |
@@ -0,0 +1,23 @@
|
||||
---
|
||||
release: 1.8.0
|
||||
Date: 2025-10-16
|
||||
---
|
||||
|
||||
# Workflow Iterator Node
|
||||
|
||||
You can now loop through items in your workflows using the new iterator node. This powerful feature allows you to process multiple records sequentially, performing actions on each item in a collection.
|
||||
|
||||

|
||||
|
||||
# Workflow Bulk Select
|
||||
|
||||
Manual trigger workflows now support bulk selection, allowing you to select multiple records at once to pass into your workflow. This is particularly useful when combined with the iterator node to process several records in one workflow run.
|
||||
|
||||

|
||||
|
||||
# Workflow Search Node Limit
|
||||
|
||||
The search node now lets you customize the result limit above 1, enabling you to retrieve multiple records in a single search operation. This enhancement works seamlessly with the iterator node for processing search results.
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user