Table of contents
- General description
- The different parts of the Storage all from storage Transformer
General description
The Storage all from storage Transformer reads all the entities that are in a configured storage. Since it can potentially create a lot of data in the context, it is recommended to use it in a temporary context. This way, after the data has been processed, it gets pruned to avoid ending up with large contexts that could impact performance. If the identifier of the stored item is known, it will be more efficient to use the “Get an entity from a storage Transfomer” instead.
The different parts of the Storage all from storage Transformer
-
Storage (required)
This is the storage that will be used as the source of the data. All entities in this storage will be returned. -
Destination (required)
This determines the path in the context data where the entities will be added. This field supports placeholders. Entities will be added as an indexed array, using each entity’s name as key.