Field

Replaces the content of the content control with the text or number in the data. The content is removed if the path doesn’t exist or is null.

Syntax

{ "BindingType": "Field", "BindingKey": "value" }

Parameters

BindingType: Static. Must be “Field”.
BindingKey: The string or number to insert.

Notes

\n line breaks

If the binded data contains `"\n"`, the inserted string value will have line breaks in place of `"\n"`.