Anaplan icon

Anaplan

Anaplan API actions: Export, Import, Lists, Files, Module updates, Single Cell, etc.

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

  1. Retrieve all files from a specific Anaplan workspace and model to automate data extraction.
  2. 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

Discussion