Hi Team,
I am facing a challenge where my pdf is breaking when many rows in pdf as sharing in snapshot. For generation of PDF using code as:
Add_Screen_PDF.Run(lblprojectnumber.Text, {file:{name:lblclient.Text &"-"&lblprojectnumber.Text&"-DPR"&"-"&Today()&".pdf",contentBytes:PDF(TopContainer,{ExpandContainers: true })}});
and Using flow to create file and all controls are in container.

Using This flow and output PDF.
