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 download a specific page of data from a list read request. It is useful in scenarios where large datasets are read in paginated form from Anaplan lists, allowing users to retrieve data page by page. For example, after initiating a read request on a list, this node can be used to download individual pages of the read request results for further processing or analysis.
Use Case Examples
- Downloading page 1 of a list read request to process the first batch of data.
- Retrieving subsequent pages of a large list read request to handle data in manageable chunks.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to use for the API request, e.g., 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 related to the read request. |
| Read Request ID | Select the existing read request from which to download a page. |
| Page Number | Select the page number of the read request data to download. |
Output
JSON
data- The downloaded data content of the specified page from the list read request.
Dependencies
- Anaplan API with Basic Authentication
Troubleshooting
- Ensure the Read Request ID and Page Number are valid and correspond to an existing read request with available pages.
- Authentication errors may occur if the Basic Auth credentials are incorrect or missing.
- The node may throw an error if the specified operation 'downloadListReadRequestPage' is not implemented or if required parameters like workspaceId, modelId, or listId are missing.