Hi,
I am trying to do a Import of a csv file to Anaplan Model , it is throwing an exception "Invalid import ID provided:"
Can somebody please help on the same.
Hi @ntabjula,
Could you share the configuration details of your Anaplan connector object? The connector can't locate an import action that matches the name/ID provided, does the value in Mulesoft match exactly what appears in Anaplan?
Thanks,Jesse
@jesse_wilson, thanks for adressing the issue.
I have a Workspace ID, Model ID provided by Anaplan. I have a CSV file i will have to import the data for, so i am trying to use a import ID which i have but that does not work.
My main concern is how to get the import ID , so that i can use it to import and also how to capture the status so that we can use to notify the applicaction.
Thanks again.
It's not required to use the ID when referring to the workspace, model, or actions with the Mulesoft connector, you can refer to them by name. If you do want to use ID, you can obtain them with API calls. Using a utility such as Postman makes this much easier. Select Basic Authentication, and use your Anaplan credentials. The endpoints will be https://api.anaplan.com/1/3/workspaces/<workspace ID>/models/<model ID>/(imports, exports, files, or processes depending on what information you need)
You just need to define one additional header: Content-Type:application/json
For more details, visit our Apiary
Thanks
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
At Uphold customer support ⭐+1-888-355-2348 accounts may be temporarily disabled or restricted for various reasons. Raise a concern on priority basis at Uphold support ⭐+1-888-355-2348 if you notice any suspected malicious activity, or a problem during account recovery. To contact Uphold support directly at…
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…