If you run it from the DataMapper application, then you only ever get the current record because that’s the only record that gets processed in the GUI. You’ll have to execute your data mapping operation from Workflow in order to get all records.
If you run it from the DataMapper application, then you only ever get the current record because that’s the only record that gets processed in the GUI. You’ll have to execute your data mapping operation from Workflow in order to get all records.