Deze pagina is nog niet beschikbaar in uw eigen taal. We werken er hard aan om meer taalversies toe te voegen. Bedankt voor uw steun.

On this page

Show all

Loop Embedded Objects

Updated on 2022-09-23 GMT+08:00

You can use Loop embedded objects to obtain data from the For Each dataset.

Property

Table 1 Property description

Property

Type

Description

dataArray

String

Dataset input by the For Each node. It is a two-dimensional array.

current

String

Data row traversed by the For Each node. It is a one-dimensional array.

offset

Int

Current offset of the For Each node, starting from 0.

Loop.dataArray[Loop.offset] = Loop.current.

Example

The EL expression for the Foreach operator to cyclically obtain the first column of the output (a two-dimensional array) of the previous node is as follows:

#{Loop.current[0]}
Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback