About this article
With the binding syntax in Hive, you can build dynamic templates using functions, conditions, and properties to achieve complex logic. This article will explain how to use the binding syntax.
Prerequisites
|
Binding syntax
The binding syntax can be used in all binding types for content but also visibility. Additionally, it can be used in Document Settings and Forms in default values and placeholders.
For example, in the case of a text binding below, the binding syntax can be used in two places, both for the content and the visibility:
Typical bindings used when building dynamic content
- Link to a user profile form field: {{UserProfile.UserProfileFormField}}
Example: {{UserProfile.Office}} - Link to a form field: {{Form.FormFieldName}}
Example: {{Form.Subject}}
The above bindings are usually utilized in combination with functions, conditions, and properties
Comments
0 comments
Article is closed for comments.