LOOP over RecordList with one item

Hello all,

I have issue in SAP Business Connector 4.7.
My RecordList can contain from one to n records.
When I want to LOOP over RecordList which contains only one record, flow is not going inside LOOP, just skips.
If RecordLIst contains more than one record that everything is OK.

What I debuged for now is that incoming RecordList (defined as RecordList) turns to Record if contain only one item.

Can somebody explain to me what I am missing.

TIA

Gordan

Sorry to all,

I was concentrating on wrong problem.

It was necessary to play with documentToRecord, and now everything is OK.

Gordan