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
1 changed files with 1 additions and 1 deletions

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,