EDI Map Problem

I am attempting to map an X12 210 document. I am looping over the transaction reference (ST) and inside that am looping over the LX/N9 loop and then over the LX/L1 loop. I am mapping the data from the transaction into another record reference with string elements. The mapping from the N9 elements to the string fields in a record reference work, but the L1 elements are not showing up in the output record reference, even though the mappings and loops look identical. When executing the services in developer, the strings the L1 elements get mapped to do not get populated. Any Ideas what would cause something like this?

Jon,

Are you using any restore pipelines in the process. I encountered this before and it was because I had not disabled a restorepipeline.

Chris