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 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
- Uploading a CSV file content to a specific Anaplan file ID within a chosen workspace and model.
- 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
- Anaplan API - Upload File - Official documentation for uploading files to Anaplan via API.