hi all,
I am currently creating a large word document via flow (populate word template).So far I use the enter key for paragraphs/line break (expression: json('{"NL":"\n"}')?['NL']).
But now I want to force a page break. For this I can use the previous function for line break only conditionally. Especially, because the inserted content has a different size. Therefore the distance to the next page is different.
For a good formatting a real page break in the doc is necessary. Unfortunately, I do not know the function for this. Is there a function at all, for a page break?
thx