diff --git a/frontend/src/lib/components/flows/utils.ts b/frontend/src/lib/components/flows/utils.ts index b8298d653f..226093b178 100644 --- a/frontend/src/lib/components/flows/utils.ts +++ b/frontend/src/lib/components/flows/utils.ts @@ -246,7 +246,7 @@ function computeFlowInputPull(previewResult: any | undefined, flowInputAsObject: index: 'The current index of the iteration as a number' } } - return Object.assign(Object.assign(flowInputAsObject, previewResult), iteratorValues) + return Object.assign(flowInputAsObject, iteratorValues) }