Create an Array for query string

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

Welcome to the Make community!

Try this

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

Does not change anything for me…