-
Re: Exporting data to other system but triggered inside Anaplan
Hi @****.kaandorp, There is no native solution that allows this, as @linda_erickson mentioned. However, I've developed a solution, in production now, that allows for actions to be run ad-hoc fro…2 -
Re: REST API-Import error
Does the import status show any errors once complete? If you try to just run the action from the model, what is the result? I'd take a look at the file as it appears in Anaplan, go to the import…2 -
Re: import task id
Hi, The task ID is returned when you initially send the POST request to trigger the action. This is also how you will check on its status, as well as fetch the error dump. Please see our full API doc…2 -
Re: import task id
The Task ID is a unique, 32 character alpha-numeric string that is randomly generated every time you run an action. So, even in the same model, you will get a unique value for each run. The ID of the…2 -
Re: Getting Connected with Anaplan Connect
Hi, Please review the Anaplan Connect documentation, it walks through setting up a simple integration with databases via JDBC connection. This must be a on-prem database that has a JDBC driver. This …2

