Hi All,
In Integrator—
I had incoming and outgoing record as RecordList.
When I pass more than 1 record it works, but if I am sending 1 record it converts incoming recordlist into a record, so actually in mapping it tries to map a record with recordlist.
Then it fails to map the values.
What should I do to overcome this problem.
Thanks.
I also encounted this before.
One solution is to test the size of the list with put.list.sizeOfList. If its 1 then code for a record if not loop thru the recordList.