Results mapping is similar to response mapping, but instead of returning the response after an import, results mapping allows you to merge the resulting records returned by a lookup step in your flow back into the source record.
- Click + on the lookup step, and click the mappings button to the right.

- The field mappings you define will be added as new fields or replace existing fields.

Lookup results mappings allow the following options:
- data: the records returned by the lookup step.
- errors: any errors from the record that was processed in this step.
- ignored: a Boolean true or false. The value is true if the record processed through this step was ignored. Otherwise the value is false.
- statusCode: the status code that resulted from processing the record through this step.
- dataURI: when possible, this returns the link to the data that was gathered by the lookup.
- Choose a field in the Source record field on the right to hold the data that will be merged back into the source record for use later on in the flow
- Click Save & close.