I believe you may be missing a counter variable which you could test by simply putting a 1 in the property shown in your first screenshot i.e.
target.{PID.PatientName(1).FamilyName}
Also, for ease of reading I generally convert the field names to the corresponding location so if desired the above could be
target.{PID.5(1).1}
I hope this helps.
- Log in to post comments
.png)