I am trying to import records from one instance to another, so the approach I chose is to create a Data Source that will bring all the records I want via XML (with a specific query), then I set a Transform Map to get the values in the right place.
I ...