Save entity to storage Transformer

Table of contents

  • General description
  • The different parts of the** Save entity to storage Transformer

General description

The Save entity to storage Transformer can be used to save data into a storage with an identifier. When an entity with the identifier already exists, the data will be overwritten.

The different parts of the Save entity to storage Transformer

  • Storage (required field)
    This specifies the storage location where the entity will be saved.

  • Storage entity key (required field)
    This specifies the unique identifier that will be used to save the entity. It supports placeholders.

  • Source (required field)
    This specifies the path to the data within the entity data that needs to be saved to the storage. It supports placeholders. Use &{@} to save the entire entity.