Skip to main content
Reads a single item from a storage by its identifier and places it into your data at a location you choose. Use this to pull back something saved on an earlier step or run, for example a cached lookup value or a mapping you stored before. The identifier can be built from the data flowing through your transformation, so you can look up the right item per record. If no item is found for the identifier, your data simply passes through unchanged, with nothing added at the destination.

Fields

Sample data

This transformer reads from a configured storage backend, so there is no fixed before and after to show. The example below reads the item whose identifier matches the sku field in your data and places it at price_info. If no item exists for that identifier, your data is returned as it was.
FieldValue
StorageA storage set up beforehand
Storage item identifier&{sku}
Destinationprice_info