This error appears when AnyMerge Docs cannot find any valid merge tags in the selected template. To generate documents, your template must contain at least one merge tag enclosed in double curly brackets.
Examples of valid merge tags:
{{firstName}}
{{lastName}}
{{membershipID}}
{{photo}}
Open the selected template.
Add at least one merge tag enclosed in double curly brackets.
Save the template.
Configure the merge tag in Merge Mappings
Run the merge again.
This error usually occurs when:
The template does not contain any merge tags.
Merge tags are missing one or both curly brackets.
Merge tags contain characters that are not supported.
Examples of invalid tags:
{Name}
{{Name}
{Name}}
Name
{{First^Name}}
{{Name(1)}}
If you're not sure how merge tags work, review the Templates and Merge Tags sections in the documentation or start the tutorial from the Settings page.