Hi all
I try to give an array to a parameter of API Call (HTTP) for Query string.
Without the map option enable, i can push my different item text parameter.
But one of them need an array.
Heres’s API doc :
And the make API call
How can I give this array ?
I would like to search contact and company whhich sould be in the type parameter with an array…
Note that request is OK when I remove the type parameter. With it I have an error from the api which tell me the parameter is incorrect
Thx