I'm attempting to fill in a PDF form based on multi-value fields and I'm running into an issue where, within the For Each Value activity, filling the PDF form only pulls in the first value's info (e.g. for 2 records in MV field, I get two PDF sections filled, but with data from only the first value).
For each value in DOB field, I want to fill in the PDF fields with the corresponding record's metadata. I'm using the Current Value token when filling in the DOB field and using the "#[%(ForEachValue_Iteration)]#" on all other fields in the Fill PDF Activity. the only activity I have within the For Each Value activity is Fill PDF.