foreach

This block is part of the user interface group and was last modified in core v13.0.2.

Type Selection Required

This block requires you to select the data type you want to work with. You must manually select the type using the type selector modal. To access the modal, click the white button on the block.

foreach Deprecated since v13.0.2 v13.0.2

Loops over the given data and returns everything as one ui component

In pins 2 + flow
  • flow
    flow
  • data required
    array

    The given function will be executed for every item in this array

  • concurrency v12.0.5
    number

    How many items should be executed at the same time • Min: 0 • Max: 1000

    Default 10

Out pins 2 + flow
  • flow
    flow
  • UI Component
    uicomponent
  • Foreach
    execute_function

Version history

Introduced in v13.0.2.

Deprecated since v13.0.2.

v12.0.5 This block or one of its pins was updated in v12.0.5, click here to see the release notes.
Back to user interface Return to the main group to view all sub-groups Back to UI Return to the group to view all blocks within this group