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 working with single cells. It is useful for automating workflows that involve data synchronization and management within Anaplan workspaces and models. For example, users can import modules into a specific Anaplan model within a workspace, export data for reporting, or update module configurations programmatically.
Use Case Examples
- Import a module into a selected Anaplan model within a workspace to automate data updates.
- Export data from Anaplan for use in external reporting tools.
- Update a module's configuration or data within Anaplan as part of a larger automation workflow.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method used to authenticate with the Anaplan API, currently supports Basic Auth. |
| Workspace ID | Select the Anaplan workspace where the operation will be performed. This is required to scope the API calls to the correct workspace. |
| Model ID | Select the Anaplan model within the chosen workspace where the operation will be performed. This is required to scope the API calls to the correct model. |
Output
JSON
result- The result of the executed Anaplan operation, such as import status or data returned from the API.
Dependencies
- Anaplan API
- Basic Auth credentials for Anaplan
Troubleshooting
- Ensure the workspace ID and model ID are correctly selected and exist in your Anaplan account.
- Verify that the Basic Auth credentials are valid and have sufficient permissions to perform the requested operation.
- If the operation is not implemented, the node will throw an error indicating the operation is not supported.
Links
- Anaplan API Documentation - Official documentation for the Anaplan API, useful for understanding available operations and authentication.