BindFormatting
A property value that describes the formatting of field values in a Binding. This is currently only settable in the template app script and not when creating or updating a Link.
Properties
| Name | Description | Type |
|---|---|---|
| delimiter |
The character to use as a separator between two (or more) bound values when formatting the source values associated with this binding. If this property is not supplied, a comma character will be used by default. Use an empty string to indicate that no separator character should be used. |
String |
| quote |
The character to use for quote wrapping each of the bound values when formatting the source values associated with this binding. If this property is not supplied, a comma character will be used by default. Use an empty string to suppress quote wrapping the values. |
String |