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 related to Anaplan workspaces, models, and files. Specifically, the 'Get Files' operation allows users to retrieve files from a selected Anaplan workspace and model. This node is useful for automating data workflows involving Anaplan, such as exporting files for reporting or further processing in other systems.
Use Case Examples
- Retrieve all files from a specific Anaplan workspace and model to automate data extraction.
- Use the node to fetch files for backup or audit purposes within an Anaplan environment.
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 retrieve files. This is a required field. |
| Model ID | Select the Anaplan model within the chosen workspace to retrieve files from. This is a required field. |
Output
JSON
files- Array of file objects retrieved from the specified Anaplan workspace and model.
Dependencies
- Anaplan API with Basic Authentication
Troubleshooting
- Ensure that the workspace ID and model ID are correctly selected and that the user has access rights to them.
- Verify that the Basic Auth credentials are valid and have sufficient permissions to access the Anaplan API.
- Common error: 'Operation "Get Files" not implemented!' indicates a missing or incorrect operation handler in the node's code, which may require updating the node or checking the operation parameter.
Links
- Anaplan Bulk API Documentation - Official API documentation for interacting with Anaplan workspaces, models, and files.