I am struggling to get a pdf to fill as desired from a forms collection. The collection is repeatable up to 3 times. When the applicant fills out all three possible repeats it fills correctly. If the applicant only fills out one and does not select to repeat the collection it fills all three fields within the pdf with the first repeat's data. I currently have the fields values set as follows:
line one: %(RetrieveBusinessProcessVariables_Date_Requested\Year#[1]#)
line two: %(RetrieveBusinessProcessVariables_Date_Requested\Year#[2]#)
line three: %(RetrieveBusinessProcessVariables_Date_Requested\Year#[3]#)
Forms collection variable: Date_Requested\Year
Is it possible to have only the first value filled if the second and/or third are not completed on the form?