...
Template references used in will be automatically validated when:
- the form/flow is first loaded
...
- uploading a form/flow
...
- saving a form/flow
...
A form or flow that has a templatized property validation error will appear in the list of forms/flow with a pink/salmon background. This warning is non-fatal and will still allow the form/flow to run. An error can occur when a control referenced with a template is renamed or deleted, or when there is a typo in the templateThese types of templatization errors are typically introduced by renaming or deleting a control that is the target of a template elsewhere, or by a typo in a template name.
- Any control that has a templatized property error will show an error message below it (red text on gold background).
- Within a flow, any flow step containing a control that has a validation error (for a templatized property) will be shown in pink when not selected.
- If there are form/flow/flow step templatized property validation errors present, then when the designer opens the corresponding properties dialog, all properties on all tabs are immediately validated. Any tab containing an error will be displayed in red text.
...