0 Report Generation Using Merge Templates 2 Jeremey Schrack posted 7 Years Ago I am quickly discovering the power of merge templates. In the system that we are moving from we had the ability to run reports based on various different data models. I have been experimenting with using the Merge Templates to create mailing lists from groups, dataviews, and even reports. I have had great success in getting the row data, however there is one issue that I keep coming up on. Is it possible to pull the name of the record set that is being merged.Here is what I mean. We have deacons that have individual families assigned to them, so we created groups to manage these lists for each deacon. Now, we need to be able to print reports monthly for the deacons so they can have an updated assignment list. The data is exported fine, but I want to be able to generate the group name on the template. I tried the {{ group.name }} token found in the attendance merge template but that wasn't working. I tried doing {{ context | ToJSON }} and {{ row | ToJSON }} to quickly see if the information is nested somewhere in those data sets, but it is not.This seems like it should be relatively easy, if I only knew where/what to look for.