Hi,
I have easily created a List of items from a Collection using a REST operation and mapping. So far so good, it was a very efficient operation since I've got 100 records using just one REST call. But now I have added new information to that list and want to create the same 100 records in another collection. Do I have to call a Create_service for each list item? Can I reuse that List just created to populate another collection using just one Ajax call? Is it possible to use Mapping? Many thanks!