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, including exporting data from Anaplan modules or views. It is useful for automating data extraction workflows from Anaplan workspaces and models, enabling users to retrieve module data for further processing or analysis in their automation pipelines.
Use Case Examples
- Exporting data from a specific Anaplan module to use in reporting or data transformation workflows.
- Automating the extraction of module data from Anaplan for integration with other business systems or databases.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method used to authenticate with the Anaplan API, currently supports Basic Auth. |
| Workspace ID | Select the Anaplan workspace from which to export data. This is required. |
| Model ID | Select the Anaplan model within the chosen workspace to export data from. This is required. |
| Module ID | Optionally select the specific module or view within the model to export data from. |
Output
JSON
exportedData- The data exported from the selected Anaplan module or view, structured as JSON.
Dependencies
- Requires Anaplan API access with Basic Authentication credentials.
Troubleshooting
- Ensure the workspace ID, model ID, and module ID are correctly selected and accessible with the provided credentials.
- Common errors include authentication failures due to incorrect credentials or insufficient permissions.
- Errors may also occur if the specified module or view does not exist or is not accessible in the selected model.
Links
- Anaplan API Documentation - Official documentation for Anaplan API endpoints and usage.