diff --git a/packages/server/src/threads/automation.ts b/packages/server/src/threads/automation.ts index e53155970f..44951869f4 100644 --- a/packages/server/src/threads/automation.ts +++ b/packages/server/src/threads/automation.ts @@ -438,6 +438,7 @@ class Orchestrator { }) this._context.steps[loopStepNumber] = tempOutput + wasLoopStep = true loopSteps = [] } }