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 data, importing data, managing lists, files, module updates, and retrieving single cell values. Specifically, the 'Get Line Item Dimensions' operation retrieves dimension information for a specified line item within an Anaplan module. This is useful for users who need to analyze or manipulate the structure of line items in their Anaplan models, such as financial analysts or data modelers working with complex budgeting or forecasting models.
Use Case Examples
- Retrieve dimensions of a specific line item to understand its structure and dependencies within a module.
- Export line item metadata to integrate Anaplan data with other business intelligence tools.
- Update module cells based on dimension data retrieved from line items.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authenticating 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. |
| Module ID | Select the module or view to export data from; optional and dependent on the operation. |
| Line Item | Select a specific line item from the chosen module; overrides the module ID in requests if set. |
| Dimension ID | Select a dimension from the chosen line item; used to specify which dimension's data to retrieve. |
Output
JSON
dimensionId- The ID of the dimension retrieved for the specified line item.dimensionName- The name of the dimension retrieved.dimensionDetails- Additional metadata or details about the dimension.
Dependencies
- Anaplan API with Basic Authentication
Troubleshooting
- Ensure that the workspace ID, model ID, and other IDs are correctly selected and exist in the Anaplan environment to avoid errors.
- Authentication failures may occur if the Basic Auth credentials are incorrect or expired; verify credentials.
- If the operation is not implemented or the node throws an error about the operation, check that the operation name is correctly set to 'Get Line Item Dimensions' or other supported operations.