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.Documentation Index
Fetch the complete documentation index at: https://docs.alumio.com/llms.txt
Use this file to discover all available pages before exploring further.
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.