Lists
Overview
The Lists tab allows administrators to create and manage custom data tables within the AI Command Center.
A List is a user-defined table with a configurable schema used to persist structured automation data. Processes and Buddies can retrieve, insert, update, and delete records stored in Lists.
Lists are commonly used to:
- Store automation-specific business data
- Maintain transaction or workflow records
- Persist configuration values
- Enable structured data reuse across processes
Each List is uniquely identified by its name.
The Lists tab is available to users with the appropriate list management permissions.
How to Access
From the AI Command Center, navigate to: Assets → Lists

Enabling the Lists Feature
The Lists feature must be enabled before you can create or manage Lists.
If the Lists menu is not visible under Assets, enable it from the Features page.
See: Enabling Features

Lists View
The Lists tab displays all configured Lists in a structured table layout.
| Column | Description |
|---|---|
| List Name | Unique name of the List. |
| Owner | User who owns the List. |
| Created At | Date and time the List was created. |
| Modified At | Date and time of last modification. |
| Actions | Available operations such as Schema, Data, Share, or Delete (based on permissions). |
Creating a List
To create a new List:
- Open the Lists tab.
- Click New List.
- Enter:
- Name
- (Optional) Description
- Configure the schema. By default, the List will have five columns
- Click Add Column to define additional fields using the required column types.
- Click Create.

Default Columns
Each List automatically includes the following internal columns:
| Column Name | Description |
|---|---|
| Item ID | Unique identifier for each row. |
| Created At | Record creation timestamp. |
| Created By | User who created the record. |
| Modified At | Last modification timestamp. |
| Modified By | User who modified the record. |
These fields are created with Internal = true and cannot be deleted.
At least one non-internal (custom) column must be added.
Column Schema
When defining columns, configure the following properties:
| Property | Description |
|---|---|
| Display Name | Column name displayed in UI. |
| Is Primary | Marks column as primary key. |
| Is Null | Allows null values. |
| Column Type | Data type of the column. |
| Internal | Indicates system-generated column. |
| Description | Optional column description. |
Primary key and internal columns cannot be deleted.
Supported Column Types
| Column Type | Description |
|---|---|
| Sequence Number | Auto-generated sequential integer. |
| Integer | Whole number. |
| Boolean | True/False value. |
| Date | Date value. |
| DateTime | Date and time value. |
| Numeric | Decimal number. |
| Text | Text up to 256 characters. |
| Text Area | Large text field. |
| Url | Web URL. |
| Guid | Globally unique identifier. |
| Percentage | Decimal percentage (two decimals). |
| Phone | Phone number (up to 12 digits). |
| Email address. | |
For MSSQL deployments, only one Sequence Number column is allowed (Item ID is the default identity column).
PostgreSQL allows multiple Sequence Number columns.
Managing your Lists
Viewing Data
- Select a List.
- Choose Data.

Adding a Data Row
Users with Editor or Owner permissions can add rows.
- Open Data.
- Click New Row (Grid mode)
OR
Select Form view. - Enter values.
- Click Save.

Editing a Data Row
- Open Data.
- Edit inline using the edit icon
OR - Right-click → Edit in Form.
- Click Save.

Deleting a Data Row
- Open Data.
- Select a row.
- Choose Delete.
- Confirm.

Column Chooser
The data grid hides internal columns by default.
- Use the Column Chooser to show/hide columns.
- Click Save Page Settings to persist column visibility preferences.

Internal columns are read-only and cannot be edited.
Sharing a List
Lists support user-based permission sharing.
| Permission | Description |
|---|---|
| Viewer | Can view schema and data. |
| Editor | Can edit data. |
| Owner | Can edit schema, data, and manage sharing. |
To share a List:
- Select the List.
- Choose Share.
- Select user.
- Assign permission level.
- Click Share.

Editing List Schema
Only Owners can modify schema.
- Select the List.
- Choose Schema.
- Add or modify columns.
- Click Save.

Transferring Ownership
To transfer ownership:
- Open Share.
- Assign another user as Owner.
- Adjust permissions for previous owner.
- Click Share.

Deleting a List
Only the Owner can delete a List.
- Select the List.
- Choose Delete.
- Confirm.

Exporting List Data
You can export list data in:
- XLSX (default)
- CSV
Only visible columns are exported.
To export:
- Open Data.
- Click Export from grid menu
OR - Choose export format from dropdown.
