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 items. It is useful for automating data retrieval and management tasks within Anaplan workspaces and models. For example, users can fetch list items from a specific Anaplan list to integrate with other workflows or systems.
Use Case Examples
- Retrieve all items from a specified Anaplan list to analyze or process them in another system.
- Automate the extraction of list data from Anaplan models for reporting or data synchronization.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method used to authenticate with the Anaplan API, currently supports Basic Auth. |
| Workspace ID | Select the Anaplan workspace to operate within. |
| Model ID | Select the Anaplan model within the chosen workspace. |
| List ID | Select the specific Anaplan list to retrieve items from. |
Output
JSON
listItems- Array of items retrieved from the specified Anaplan list.
Dependencies
- Anaplan API with Basic Authentication
Troubleshooting
- Ensure that the workspace ID, model ID, and list ID are correctly selected and exist in the Anaplan environment.
- Verify that the Basic Auth credentials are valid and have sufficient permissions to access the specified workspace and model.
- Common error: 'Operation "getListItems" not implemented!' indicates that the operation handler function is missing or not properly defined; ensure the node's code includes the implementation for this operation.
Links
- Anaplan API Documentation - Official documentation for Anaplan API endpoints and usage.