Help on filling multiple (same data, different person) data in PDF

Hello, Make Community!

I am a student working on an automation where the selected “apprentice” from an Airtable database fills out a PDF file. There could be more than one apprentice at a time; if there is more, the pdf must create a new page. I am trying to avoid adding other module that can eventually require paid memberships. I need the PDF form to fill multiple apprentices at a time.

My modules are:

I don’t know if I am mapping the Iterator correctly:

This is where I am getting stuck. I have tried multiple combinations like: {{5.value.0.Full_Name}},

{{5.Full_Name[0]}},

{{5.Apprentice1_FullName}},

{{5.Apprentice[0].Full_Name}},

{{5.AggregatedApprentices[0].Full_Name}}

When using {{5.array[1].Full Name}} and {{5.array[2].Full Name}}, this is the result:

Picture6

Any help would be greatly appreciated, Thank you!!

I was able to figure it out and I had to take off the Iterator :slight_smile:

2 Likes