Skip to main content

Loop through number range

Loop through a range of numbers. Use “Continue loop” Wrk Action to indicate that the Wrkflow should retrieve the next index in the loop.

Application

  • Loop

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Starting indexThe index to start withNumberYes1
Ending indexThe index to end withNumberYes10
Continue loop IDProvided by the “Continue loop” Wrk ActionText (Short)No{UNIQUEID}_0_10
Loop incrementThe number to change the index by for each loop. Use negative increment to loop backwards. Defaults to 1NumberNo1

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Loop IDUnique identifier for the loopText (Short)NoAll
Item indexThe item index of the item in the loopNumberNo1

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.

Requirements

  • N/A