Thank you for your answer, but I cannot find anything on that page, which has something to do with my problem.
Again: I need an example for the Syntax for Type array In the Schema Property area for e.g. for two waypoints to test the action.
Here is what I´m doing:
In the custom connector I create a new action “CalculateRoute”.
Then I click on “Import from example” and with Verb GET and example https://api.mydomain.com/routing/v1/routes?waypoints=49.0133618,8.4277972&waypoints=48.8950289,8.6715602 I got the action and the parameters.
In the Schema Property area I changed the Type “string” to “array” for the parameter “waypoints”.
I test the action “CalculateRoute” and I type something like “{[49.0133618,8.4277972],[48.8950289,8.6715602]}” for waypoits:

I try a lot of things, but I get two kinds of errors:
- Parameter is wrong

- The second parameter is missing, if I type: “49.0133618,8.4277972”
