How to show a long text in two different cell of a repeating group?

I have to make pagination like Microsoft word document what I I want is to show a limited number of character in first cell of the repeating group and when the limit reaches text should move into the next cell of repeating group and the group should be a full page like MS word. The group height shouldn’t increase with the text it should remains same on all pages.

My first suggestion to you—think 10 times again if you need it. It sounds as a bad UIX.

But if still want to spent time on this: Use Bubble’s :find & truncate feature to limit the number of characters in each page. First page is Full Text:truncate(500), second page Full Text:find & replace(Full Text:truncate(500), “”):truncate(500) etc