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 operations related to Anaplan workspaces, models, and lists. Specifically, the 'Add List Items' operation allows users to add new items to a specified list within an Anaplan model. This is useful for automating data management tasks in Anaplan, such as updating lists with new entries programmatically, which can be part of larger workflows involving data synchronization or reporting.

Use Case Examples

  1. Automatically add new customer entries to an Anaplan list when they are created in a CRM system.
  2. Batch update product lists in Anaplan based on inventory changes from an external database.

Properties

Name Meaning
Authentication Method of authentication to connect to Anaplan API, e.g., Basic Auth.
Workspace ID Select the Anaplan workspace where the operation will be performed.
Model ID Select the Anaplan model within the chosen workspace.
List ID Select the specific Anaplan list to which items will be added.
Confirm Write Operation Boolean flag to confirm the write operation, required to enable changes to Anaplan data (dangerous operation).

Output

JSON

  • success - Indicates if the add list items operation was successful.
  • addedItems - Details of the list items that were added.
  • error - Error information if the operation failed.

Dependencies

  • Anaplan API with Basic Authentication

Troubleshooting

  • Ensure the 'Confirm Write Operation' flag is set to true to allow data modification; otherwise, the operation will not proceed.
  • Verify that the Workspace ID, Model ID, and List ID are correctly selected and accessible with the provided credentials.
  • Common errors include authentication failures, invalid workspace/model/list IDs, and permission issues. Check API credentials and permissions in Anaplan.
  • Network connectivity issues can prevent communication with the Anaplan API.

Links

Discussion