Hi @FSE -
There are some limitations here to printing - I encourage you to vote on this product suggestion here: Print multiple pages
That being said, the suggestion lays out some workarounds that currently exist, such as:
- Split your data across multiple steps (pages) and use the “Print Steps” trigger to print the entire step group as a report.
- For extremely large reports or more flexible formatting (e.g., custom headers, repeated table headers per page, etc.), community members have had success exporting records to external tools like Power BI (using paginated reports) or Bartender for generating multi-page printable PDFs.
- If you need to quickly export everything for external layout/printing, you can use the Table API to get your records into Excel or Power BI (here’s a guide: Guide: Using the Table API and Python to import data from a Tulip Table into Power BI).