# Add item to list

Use the Add item to list operation to add one or more recommendations (items) to a recommendations list.

## Operation parameters

Note
For the purpose of adding recommendations to a list, the following fields should be set as follows:

- **Credentials to connect with**: The `Client ID` and `Client Secret` of any application in your tenant. Retrieve the credentials from any application in your tenant (available in the [application settings](https://portal.transmitsecurity.io/applications/)). These credentials are not scoped to a specific app—they grant access to the entire tenant. Once saved, the credentials are stored as a `Mosaic account` and can be updated at any time.
- **Resource**: `Detection and Response`
- **Operation**: `Add Item to List`


- **List Name or ID**: The unique identifier for the list. Select from the list or specify the ID using an expression.
- **Item IDs**: The unique identifier for each recommendation to add. Select from the list or specify the IDs using an expression (to create a new list, go to the [Recommendations page](/guides/risk/lists)).


## Result

As the Transmit node is run, each recommendation is added to the list. The node displays the following metadata:

- **List ID**: The ID of the recommendation list.
- **Tenant ID**: The ID of the tenant that owns the list.
- **Added Date**: The timestamp when the items were added.
- **Items**: The recommendations that were added.


style
section article ul li {
        margin-top: 3px !important;
    }