Skip to main content
Question

Livedoc

  • August 13, 2026
  • 0 replies
  • 14 views

Title: Proposal generator duplicating products across "Slide 5" and "Slide 6 (Continued)" — plus question on max products per slide

Hi all,

I'm building a proposal generator that produces a business proposal deck. Two slides are involved in the product section: Slide 5 and Slide 6 (Continued), where Slide 6 is meant to overflow any products that don't fit on Slide 5.

Issue 1 — Products are being duplicated across the two slides

When I generate a proposal and select 4 products, the output comes out like this:

- Slide 5 renders only 2 of the 4 products.
- Slide 6 (Continued) then re-renders the same 2 products that already appeared on

**Title: Proposal generator duplicating products across "Slide 5" and "Slide 6 (Continued)" — plus question on max products per slide**

Hi all,

I'm building a proposal generator that produces a business proposal deck. Two slides are involved in the product section: **Slide 5** and **Slide 6 (Continued)**, where Slide 6 is meant to overflow any products that don't fit on Slide 5.

**Issue 1 — Products are being duplicated across the two slides**

When I generate a proposal and select **4 products**, the output comes out like this:

- **Slide 5** renders only **2 of the 4 products**.
- **Slide 6 (Continued)** then re-renders **the same 2 products that already appeared on Slide 5, and then continues with the remaining products.

The net effect is that the first set of products appears twice, which creates repetitive/duplicated information in the final deck.

Expected behavior: Slide 5 should show the first N products, and Slide 6 (Continued) should show only the remaining products — no overlap.

It looks like the pagination/overflow logic isn't correctly tracking where Slide 5 stops and Slide 6 should begin — i.e., the continuation slide seems to restart from the beginning of the product list rather than resuming from the next unshown product. Has anyone run into this? Any guidance on how the slicing/offset for the "continued" slide should be handled so the products don't repeat?

Issue 2 — Can we fit more than 2 products per slide, and if so, what's the max?

Currently each slide appears to be limited to 2 products. Is it possible to display more than 2 products on a single slide? If yes:

- What is the recommended/maximum number of products per slide before layout or readability breaks down?
- Is this limit configurable, and if so, where is it set?

Any details on how the per-slide product count is determined would be really helpful, as it directly affects how the overflow onto the continuation slide behaves.

Thanks in advance — happy to share more details or a sanitized example if that helps clarify. Appreciate any early pointers!