Hello,
I’m working on a project where I use a table named “Photo”, which contains fields for “image”, “photo name”, and “image location”. My goal is to create a PDF using the PDF Conjurer plugin, in which I’d like to include all the photos present in a Repeating Group within my Bubble application.
I already have some experience with creating PDFs using PDF Conjurer and have successfully managed to include both the first photo of the Repeating Group (“first element”) as well as the last one (“last element”). However, I’m facing a challenge: I can’t seem to make all the photos from the Repeating Group appear in the generated PDF.
Here’s what I’ve attempted so far to display the first photo from my Repeating Group:
Thank you in advance for your time and assistance.