A storage item is a global data container that you can use across multiple automations to store different types of data in key-value pairs. This include data such as Wix user preferences, counters, and configuration settings.
When the storage item was created.
Storage item description.
Storage item display name. The display name appears when you add or edit steps to your automation.
Extended fields.
Storage item ID.
Unique storage item key. The key can only contain letters, numbers, and underscores.
Once you create the item, you can't update its key.
Tags assigned to the storage item.
You can use public and private tags for categorization and filtering.
Data type of the storage item's value. Once created, you can't change the value's type.
When the storage item was last updated.
When the item type is BOOLEAN, the boolean value.
When the item type is COUNTER, the counter value.
Note: Counters are numeric values used for running totals. They support atomic increment and decrement operations.
When the item type is NUMBER, the numeric value.
When the item type is STRING, the string value.