You can resolve this issue by converting the tbl_hierarchical object to a standard gtsummary table using as_gt() or as_tibble() before merging. The “Zero rows” output causes incompatibility during stacking, so ensure each table has consistent structure (e.g., same columns) or use tbl_merge() after standardizing formats.