ByteChef LogoByteChef
Flow controls

Each

Iterates over each item in list, in parallel. Note, that since it iterates over each item in parallel, there is no guarantee of completion order.

Type: each/v1


Properties

NameLabelTypeDescriptionRequired
itemsList of itemsARRAY
Items []
List of items to iterate over.false

How is this guide?

Last updated on

On this page