List

Works similar to the Repeat binding type, except when the marked range of the document contains a list. In this case the List binding type will update the list, while Repeat would repeat the first entry without updating the list.

The scope of the content is changed to the current element being iterated through.

Syntax

{ "BindingType": "List", "BindingKey": "ArrayPath" }

Parameters

BindingType: Static. Must be “List”.
BindingKey: array, The array to create the list from.

Notes

Repeating fields

It is possible to include fields in the range that should be listed. Beware the change in scope for field bindings nested within repeater bindings.