Updated on 2022-02-22 GMT+08:00

Loop Embedded Objects

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.