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 interacts with the Anaplan API to perform various operations related to Anaplan lists, such as retrieving list data, metadata, and managing list items. It is useful for automating workflows that involve Anaplan workspace, model, and list management, such as extracting list data for reporting or updating list items programmatically.
Use Case Examples
- Retrieve data from a specific Anaplan list within a workspace and model for analysis.
- Update or add items to an Anaplan list as part of a data synchronization process.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to access the Anaplan API, currently supports Basic Auth. |
| Workspace ID | Select the Anaplan workspace to operate within. This is required to scope the API requests. |
| Model ID | Select the Anaplan model within the chosen workspace. This is required to specify the model context for list operations. |
| List ID | Select the specific Anaplan list to operate on. This is optional depending on the operation but required for list data retrieval and management. |
Output
JSON
listData- The data retrieved from the specified Anaplan list, including list items and their properties.
Dependencies
- Requires an Anaplan API connection authenticated via Basic Auth credentials.
Troubleshooting
- Ensure the workspaceId, modelId, and listId are correctly selected and exist in your Anaplan environment to avoid errors.
- Authentication failures may occur if Basic Auth credentials are incorrect or missing; verify credentials are properly configured.
- Operation not implemented error indicates the selected operation is not supported by the node; check for typos or unsupported operations.
Links
- Anaplan API Documentation - Official documentation for Anaplan API endpoints and usage.