Field

The field binding is used to insert data in a shape in a presentation.

Syntax

<<Field:TextPath>>

Parameters

TextPath : JSON path of the value you want to insert.

Notes

The field binding can be added directly to the presentation in a shape. For complex designs, it is also possible to put the bindings in the notes sections. If the notes are used, a <<label>> is added to the shape in the presentation, and the label is referred to in the notes with the full binding afterward. The binding needs to be placed between specific variables marked as shown below.

#-- DocuMotor-Binding-Variables --#
  
[name placed in the presentation]: <<Field:[datapoint path]>>
  
 #-- DocuMotor-Binding-Variables-End --#