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, including uploading files to a specified Anaplan workspace and model. It is useful for automating data uploads to Anaplan, such as CSV content or other file data, directly from workflows. For example, users can upload updated data files to Anaplan models for further processing or analysis.

Use Case Examples

  1. Uploading a CSV file content to a specific Anaplan file ID within a chosen workspace and model.
  2. Automating data synchronization by uploading files to Anaplan as part of a scheduled workflow.

Properties

Name Meaning
Authentication Method of authentication to connect to Anaplan API, currently supports Basic Auth.
Workspace ID Select the Anaplan workspace where the file will be uploaded.
Model ID Select the Anaplan model within the workspace where the file will be uploaded.
File Data The content of the file to upload, e.g., CSV content as a string.
File ID The Anaplan file ID where the data will be uploaded.

Output

JSON

  • fileUploadResponse - Response from Anaplan API after uploading the file, containing status and details.

Dependencies

  • Anaplan API with Basic Authentication

Troubleshooting

  • Ensure the Workspace ID and Model ID are correctly selected and correspond to existing Anaplan resources.
  • Verify the File ID is valid and corresponds to a file in Anaplan where uploads are permitted.
  • Check that the file content in 'File Data' is correctly formatted, especially for CSV uploads.
  • Authentication errors may occur if Basic Auth credentials are incorrect or missing.

Links

Discussion