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.
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.
Storage item display name. The display name appears when you add or edit steps to your automation.
Storage item description.
Data type of the storage item's value. Once created, you can't change the value's type.
When the storage item was created.
When the storage item was last updated.
Tags assigned to the storage item.
You can use public and private tags for categorization and filtering.
Extended fields.
When the item type is STRING, the string value.
When the item type is BOOLEAN, the boolean value.
When the item type is NUMBER, the numeric 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.