ByteChef LogoByteChef
Flow controls

Loop

Loops sequentially over list of items.

Type: loop/v1


Properties

NameLabelTypeDescriptionRequired
itemsList of itemsARRAY
Items []
List of items to iterate over.false
loopForeverLoop ForeverBOOLEAN
Options true, true
Should loop iterate until condition set by 'Loop Break' statement is met.false

How is this guide?

Last updated on

On this page