# Data n8n operations

Manage data. Select **Data** in the Probo node's **Resource** field.

Return to the [complete n8n resource reference](/docs/developers/api/n8n/resources) to browse another resource.

| Operation | Value     | Description                          | Source                                                                                                                              |
| --------- | --------- | ------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------- |
| Create    | `create`  | Create a new datum.                  | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/datum/create.operation.ts)  |
| Delete    | `delete`  | Delete a datum.                      | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/datum/delete.operation.ts)  |
| Get       | `get`     | Get a datum.                         | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/datum/get.operation.ts)     |
| Get Many  | `getAll`  | Get many data.                       | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/datum/getAll.operation.ts)  |
| Publish   | `publish` | Publish the data list as a document. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/datum/publish.operation.ts) |
| Update    | `update`  | Update an existing datum.            | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/datum/update.operation.ts)  |
