1
0
Fork 0
mirror of synced 2024-06-29 19:41:03 +12:00

Merge branch 'pc-fixes' of github.com:Budibase/budibase into pc-fixes

This commit is contained in:
Peter Clement 2022-05-24 09:58:23 +01:00
commit 6af3c733dd

View file

@ -219,7 +219,7 @@ class Orchestrator {
}
if (
index === parseInt(env.AUTOMATION_MAX_ITERATIONS) ||
index === loopStep.inputs.iterations
index === parseInt(loopStep.inputs.iterations)
) {
this.updateContextAndOutput(loopStepNumber, step, tempOutput, {
status: AutomationErrors.MAX_ITERATIONS,