Hi all,
Testing API Deployment for an automation script, I always get the error "Could not start script: no element linked to dummy id 1 (Router1)"
The script works fine when is executed from the Automation app, only when testing the API from Cube or Postman I get that error.
Thanks for any help provided.
Hi Edson,
Getting the same error when replicating your script.
Don't have an immediate solution, but perhaps you could consider to not work with a script dummy at all, and just pass a json string in the body of the request with the element details, which can then be processed by the script. It will require some coding, but at least it's a way forward.
I wonder then if it will work when disabling the ‘enableJson’ flag during deployment of the script? Currently this flag is only configurable programmatically.
Perhaps someone from the development team can confirm…
Note that you can only use 1 script parameter as mentioned by Thomas in https://community.dataminer.services/question/api-deployments-parameters/