Get Http Query String From Array

Converts the array into a request string in the format name1=value1&name2=value2 … &nameN=valueN. Useful to compose URI-encoded requests to Rest API.

Note: Special characters are escaped during conversion, e.g. space becomes +

inputs:

array – input array which specifies request parameters with their values

  • Required: yes

outputs:

query string – converted array to string. May be used as a part of a URI-encoded request, e.g. in Concatenate Strings

Click to rate this post!
[Total: 0 Average: 0]

Leave a Reply

Your email address will not be published. Required fields are marked *