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, importing, managing lists, files, module updates, and single cell operations. Specifically, the 'Import List' operation allows users to import lists into an Anaplan model within a selected workspace. This is useful for automating data imports into Anaplan models, streamlining workflows that involve updating or managing list data in Anaplan.
Use Case Examples
- Automate importing customer or product lists into an Anaplan model.
- Regularly update Anaplan lists from external data sources without manual intervention.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method used to authenticate with the Anaplan API, currently supports Basic Auth. |
| Workspace ID | Select the Anaplan workspace where the model resides. This is required to specify the context for the import operation. |
| Model ID | Select the specific Anaplan model within the chosen workspace where the list will be imported. This is required to target the correct model for the import. |
Output
JSON
importStatus- Status of the import operation, indicating success or failure.importDetails- Additional details or metadata about the import process, such as number of records imported or errors encountered.
Dependencies
- Requires Anaplan API access with Basic Authentication credentials.
Troubleshooting
- Common issues include authentication failures due to incorrect credentials or insufficient permissions on the Anaplan workspace or model.
- Errors may occur if the specified workspace or model IDs are invalid or not accessible by the authenticated user.
- Network connectivity issues can prevent successful API calls to Anaplan.
- Error messages typically indicate the nature of the failure, such as 'Operation not implemented' if an unsupported operation is requested, or API error responses detailing authentication or data issues.
Links
- Anaplan API Documentation - Official documentation for Anaplan API endpoints and usage guidelines.