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 actions including exporting data, importing data, managing lists and files, updating modules, and retrieving single cell values from Anaplan models. Specifically, the 'Get Single Cell' operation allows users to retrieve the value of a specific cell within a module or line item in an Anaplan model. This is useful for scenarios where precise data points are needed from complex models, such as financial figures, inventory counts, or key performance indicators.
Use Case Examples
- Retrieve the value of a specific cell in a financial model to use in a report.
- Fetch a single data point from an inventory management model to trigger alerts.
- Get a KPI value from a sales forecast model for dashboard display.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method used to authenticate 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 for this operation. |
| Line Item | Select a line item from the chosen module; overrides the module ID if set. |
| Dimension ID | Select a dimension from the chosen line item; optional for this operation. |
| Dimension Items | Optional dimension item used for post-processing to help locate a row in the returned data; not sent to Anaplan. |
| Pages | Select existing page selectors (dimensionId:itemId) to apply to the request; optional. |
Output
JSON
cellValue- The value of the requested single cell from the Anaplan model.
Dependencies
- Anaplan API
- Basic Authentication credentials
Troubleshooting
- Ensure that the workspace ID, model ID, and line item/module IDs are correctly selected and exist in the Anaplan environment.
- Authentication errors may occur if the Basic Auth credentials are incorrect or expired; verify credentials.
- If the specified cell or dimension does not exist, the node may return an empty or error response; double-check IDs and selections.
Links
- Anaplan API Documentation - Official documentation for Anaplan API endpoints and usage.