Skip to main content
The “Save entity to storage” 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.

Fields

Storage

A required field. The storage where the entity will be saved.

Storage entity key

A required field. The identifier to use to save the entity. Supports placeholders.

Source

A required field. The path to the data, in the entity data, to save into the storage. Supports placeholders. Use &\{@\} to save the entire entity.