JavaScript
{dialog.object}harvestRepeatingSectionColumn Method
Syntax
{dialog.Object}.harvestRepeatingSectionColumn(controlName, delimiter)
Arguments
- controlName
The column in the repeating section that provides source data.
- delimiter
How each row in the column retrieved is separated. The default is a comma.
Description
Retrieves the data from a column in a Repeating Section and return a delimited string of values. The default for delimiter is comma.
See Also