I’m trying to create an app that has multiple repeating groups. They are generated dynamically so sometimes they take more than a page and sometimes they are not generated at all. This is fine until I try to generate a pdf and it is looking for a page break at (pageID_3) and page 3’s repeating group was not created. Then the PDF is not created and the app is useless. Am I going to have to go through and add conditions for every repeating group? ie - when page 3 is not created, then when the create pdf button is clicked - only look for the other pages( pageID_1, pageID_2, pageID_4, etc.)? Or is there an easier way?
Hello, @compe.0417. Thanks for reaching out.
Please accept my apologies for the late reply.
Sometimes users, that have alike user cases, are creating different visibility conditions that are including the custom states. The point of these conditions is to hide the excess RG cell when it does not have data, to prevent the blank page from appearing in the resulting PDF file.
Also, I’m not sure there is a single solution for printing a dynamic height RG. Still, I hope, these test pages will be useful for you:
On these test pages, you can find an exemplary page setup where RG is the main content. Hope it helps.
Regards,