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 initiate a list read request. It is useful for users who want to programmatically start reading data from a specific list within an Anaplan model. Typical use cases include automating data extraction workflows from Anaplan lists for reporting, data analysis, or integration with other systems.
Use Case Examples
- Automate the extraction of list data from Anaplan for use in a data warehouse.
- Trigger a list read request to fetch updated list items for synchronization with another application.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method used to authenticate with the Anaplan API, currently supports Basic Auth. |
| Workspace ID | Select the Anaplan workspace where the target model resides. This is required to scope the API request. |
| Model ID | Select the Anaplan model within the chosen workspace. This is required to specify the model context for the list read request. |
| List ID | Optionally select the specific Anaplan list to read from. This property is shown for multiple list-related operations including initiating a list read request. |
| Confirm Write Operation | Boolean flag to confirm write operations. For this operation, it is shown but typically not required as initiating a list read request is a read operation. |
Output
JSON
requestId- The unique identifier of the initiated list read request.status- The status of the list read request initiation, e.g., 'initiated' or 'pending'.message- Additional information or confirmation message about the request initiation.
Dependencies
- Anaplan API with Basic Authentication
Troubleshooting
- Ensure the workspaceId, modelId, and listId are correctly selected and exist in your Anaplan account.
- Verify that the Basic Auth credentials are valid and have sufficient permissions to initiate list read requests.
- Common errors include 'Operation not implemented' if the operation name is incorrect or missing in the node configuration.
- API rate limits or network issues may cause request failures; retry or check connectivity if errors occur.
Links
- Anaplan API - Initiate List Read Request - Official Anaplan API documentation for initiating a list read request.