Why can’t I list all food items in a single table using mail merge with Apsona, and how can I fix it?

If each food item is appearing on a separate page in your mail merge, it’s usually because a Single-step Report (SSR) is being used with a top-level field like <<food item>>.

Cause: SSR outputs one row per record, which can force each food item onto a new page.

Solution: Use Multi-step Reporting (MSR) with a sublist structure.

Template Setup: Insert <<TableStart:sublist>> and <<TableEnd:sublist>> tags around your food item fields.

Result: Generates a single table of food items for each parent record instead of multiple pages.