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 interacts with the Anaplan API to perform various operations related to Anaplan workspaces, models, and lists. Specifically, the 'Reset List Index' operation resets the index of a specified list within a given Anaplan model and workspace. This is useful for managing and maintaining list data integrity in Anaplan models, especially when list indexing needs to be refreshed or corrected.
Use Case Examples
- Resetting the index of a list after bulk updates to ensure data consistency.
- Maintaining list integrity in an Anaplan model by resetting list indexes periodically.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to access the Anaplan API, currently supports Basic Auth. |
| Workspace ID | Selects the Anaplan workspace where the list resides. This is required to scope the operation to the correct workspace. |
| Model ID | Selects the Anaplan model within the chosen workspace. This is required to specify the model containing the list. |
| List ID | Selects the specific Anaplan list to reset the index for. This is optional but required for the reset list index operation. |
Output
JSON
operationResult- The result or status of the reset list index operation returned from the Anaplan API.
Dependencies
- Anaplan API
Troubleshooting
- Ensure that the workspace ID, model ID, and list ID are correctly selected and exist in your Anaplan environment.
- Authentication errors may occur if the Basic Auth credentials are incorrect or expired; verify your credentials.
- The operation might fail if the list is currently locked or in use; ensure no conflicting operations are running on the list.
Links
- Anaplan API Documentation - Official documentation for Anaplan API endpoints and operations.