Shibin Das Demonstrates Loop Execution in FlowDrop Episode 4 Using Drupal
FlowDrop, the visual orchestration platform built on Drupal, has introduced functional loop execution as demonstrated by Shibin Das in Episode 4 of the project’s video series. The update marks a milestone for FlowDrop’s real-world applicability, bringing loop logic like ForEach into user workflows with step-level visibility.
The episode opens with a demo where Shibin submits a user message via a chat interface. This input is routed through a text-splitting component that breaks the message into an array of chunks. Each chunk is then processed through a ForEach loop, with results returned to the interface in sequence.
Using “Hello Drupal, I would like to hear from you” as input, the system iterates through each word individually, echoing back each response and ending with a final “done” message—showcasing how loops function with real-time feedback.
Every loop iteration is visible in FlowDrop’s pipeline UI, preserving execution traceability at the job level. This transparency supports advanced debugging and makes the orchestration workflow more trustworthy and production-ready.
The addition of loops expands FlowDrop’s ability to support complex workflows in Drupal-based systems. The feature was prioritised through feedback from Frederik Wouters and Stephan Maximilian Huber, with development sponsorship from Factorial.
With loop execution now live in development snapshots, FlowDrop strengthens its use case for orchestration tasks across content automation, backend systems integration, and user-triggered workflows—all while showcasing Drupal’s versatility as an automation engine.
The loop continues processing the remaining items in the background. Once all items are processed, the workflow sends a final completion message to the user.
Source: Shibin Das on LinkedIn


