RecordList to Ordinary Variables Mapping

Hi Gurus-
This will seem trivial to most of you…

I have a record populationRec as follows

populationRec
populationRecList
c0
c1
c2


c15

I’m trying to perform a mapping from the above record to pipeline variables of another flow over a loop

LOOP /populationRec/populationRec/populationRecList
MAP
populationRec
populationRecList
c0 -------------------------------->columnVar0
c1 -------------------------------->columnVar1
c2 -------------------------------->columnVar2


c15------------------------------->columnVar15

The above mapping does not see to work as the columnVar0 …columnVar15 have null values in them. populationRecList has the values and i’m able to see 'em in the pipleline as the loop iterates.

Thanks in advance
KrishnaM

Was this a typo:

LOOP /populationRec/populationRec/populationRecList

It should be this, judging from your description of the record.

LOOP /populationRec/populationRecList