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 integrates with the Anaplan API to perform various actions such as exporting data, importing data, managing lists, handling files, updating modules, and retrieving single cell data. Specifically, the 'Get Line Items' operation allows users to fetch line items from an Anaplan model within a selected workspace. This is useful for workflows that require extracting detailed data from Anaplan models for reporting, analysis, or further processing.
Use Case Examples
- Extract line items from a specific Anaplan model to generate custom reports.
- Fetch line items to synchronize Anaplan data with other business systems.
- Retrieve detailed model data for auditing or validation purposes.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method used to authenticate with the Anaplan API, currently supports Basic Auth. |
| Workspace ID | Identifier of the Anaplan workspace from which to retrieve the model data. This is required to specify the context for the operation. |
| Model ID | Identifier of the Anaplan model within the selected workspace to retrieve line items from. This is required to specify the exact model for the operation. |
Output
JSON
lineItems- Array of line items retrieved from the specified Anaplan model.
Dependencies
- Anaplan API
- Basic Authentication credentials
Troubleshooting
- Ensure that the workspace ID and model ID are correctly selected and correspond to existing resources in Anaplan.
- Verify that the Basic Auth credentials are valid and have sufficient permissions to access the specified workspace and model.
- Common error: 'Operation "Get Line Items" not implemented!' indicates a misconfiguration or missing implementation in the node's operation handling. Ensure the operation name is correct and supported.
Links
- Anaplan API Documentation - Official documentation for Anaplan API endpoints and usage.