Actions25
- Export
- Get List Items
- Get Line Items
- Get Line Item Dimension IDs
- Get Module Line Item Metadata
- Get Line Item Metadata (Model)
- Get List Data
- Update Module Cells
- Get Files
- Upload File
- Reset List Index
- Delete List Items
- Initiate List Read Request
- Download List Read Request Page
- Delete List Read Request
- Import List
- Get Single Cell
- Get Line Item Dimensions
- Get List Metadata
- Add List Items
- Import
- Update List Items
- Preview List Data
- Get List Read Request Status
- Import Module
Overview
This node integrates with the Anaplan API to perform various operations related to Anaplan workspaces, models, and lists. Specifically, the 'Add List Items' operation allows users to add new items to a specified list within an Anaplan model. This is useful for automating data management tasks in Anaplan, such as updating lists with new entries programmatically, which can be part of larger workflows involving data synchronization or reporting.
Use Case Examples
- Automatically add new customer entries to an Anaplan list when they are created in a CRM system.
- Batch update product lists in Anaplan based on inventory changes from an external database.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to connect to Anaplan API, e.g., Basic Auth. |
| Workspace ID | Select the Anaplan workspace where the operation will be performed. |
| Model ID | Select the Anaplan model within the chosen workspace. |
| List ID | Select the specific Anaplan list to which items will be added. |
| Confirm Write Operation | Boolean flag to confirm the write operation, required to enable changes to Anaplan data (dangerous operation). |
Output
JSON
success- Indicates if the add list items operation was successful.addedItems- Details of the list items that were added.error- Error information if the operation failed.
Dependencies
- Anaplan API with Basic Authentication
Troubleshooting
- Ensure the 'Confirm Write Operation' flag is set to true to allow data modification; otherwise, the operation will not proceed.
- Verify that the Workspace ID, Model ID, and List ID are correctly selected and accessible with the provided credentials.
- Common errors include authentication failures, invalid workspace/model/list IDs, and permission issues. Check API credentials and permissions in Anaplan.
- Network connectivity issues can prevent communication with the Anaplan API.
Links
- Anaplan API Documentation - Official documentation for Anaplan API endpoints and usage.