Hi everybody
I am using Developer. I am trying to copy information from a record to a record list, which I generated from a xml doc (reference). How I should do this? When I map, some information is deleted.
Hi everybody
I am using Developer. I am trying to copy information from a record to a record list, which I generated from a xml doc (reference). How I should do this? When I map, some information is deleted.
I would try using pub.record:recordToRecordList to convert the record to a recordList and then loop with the input recordList as inArray and the output list as outArray.
Good luck!