HTTP Request: Usage of Arrays

Morning Guys,

I changed my HTTP request to use an Array in the http parameters to evaluate through different REST paths.
If i work with an single string/int value it works fine. After i changed to an array or datatable and add a for each loop to the Robot i got following error from the API:

{“error”:{“code”:400,“internalCode”:“UNKNOWN”,“message”:“Bad Request”,“details”:{“offset”:“This value should be of type numeric.”}}}

If i change it back to a normal variable it works fine.
It is supported to use a Array in the HTTP paramaters? O it is only a mistake in my config

Regards
Timo

If the API does not take an array as an argument then you need to change the API to support it.