Plugin : Loop iterator

Author:Rex.Rainbow

Download

Properties

Actions

Add

Action:Add loop

  • Add loop definitation.
    • Name ( string ) : Variable name.
    • Start ( number ) : Start index.
    • End ( number ) : End index.
    • Step ( number ) : Step.

Action:Add list

  • Add list definitation.
    • Name ( string ) : Variable name.
    • List ( string ) : List in JSON format.

Next

Action:Next

  • Go to next stage.

Expressions

Return

Expression:loopindex

  • Get return loop index value.
    • Name ( string ) : Variable name

Conditions

Next

Condition:Has next

  • Return true if this iterator has next values.