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
Hello folks, Does anyone know how to work around the Polaris limitation of using the Formula or Ratio summary method alongside the Closing Balance within the same line item? I have a Business Unit list where the total (All BUs) must display the Corporate (1 of 20 leaf items under All BUs total) number of Unique Customers.…
Hello community, I have an issue with anaplan report (functionality). The issue I have is within couple of slides. The data in that report is scrolling into a new page. There is a hierarchy in the rows and line items and time in the columns. My problem is, the hierarchy is getting broken in the second page. One of the node…
I want to create an S3 connection that will have monthly data stored in individual csv files that is connected to ADO. Around month end, data will be uploaded multiple times, replacing existing csvs. When this happens I want to replace the existing data for that month with the new file. I don't want to have to create a…