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 data management, including exporting, importing, managing lists, files, module updates, and single cell operations. Specifically, the 'Preview List Data' operation allows users to preview data from a selected Anaplan list within a specified workspace and model. This is useful for users who want to quickly view list data without performing full exports or other complex operations.
Use Case Examples
- Previewing list data to verify contents before performing bulk updates.
- Fetching list metadata to understand the structure of an Anaplan list.
- Using the node to automate data workflows involving Anaplan lists.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authenticating with 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 preview or manipulate. This is optional depending on the operation but required for list data preview and related list operations. |
Output
JSON
data- The previewed list data retrieved from the Anaplan API, typically structured as an array of list items or records.metadata- Metadata information about the list or the preview operation, such as pagination or status details.
Dependencies
- Anaplan API with Basic Authentication credentials
Troubleshooting
- Ensure that the workspace ID, model ID, and list ID are correctly selected and exist in your Anaplan environment to avoid errors.
- Authentication failures may occur if the Basic Auth credentials are incorrect or expired; verify credentials and update if necessary.
- If the operation is not implemented or the node throws an error about the operation, check that the node version supports the requested operation and that the operation name is correctly specified.