I'm working on my first custom connector, and have what I'm sure is a basic question, though I haven't had any luck finding the answer online.
I have a GET call with several query parameters that can accept multiple values, but I can't seem to figure out how to pass multiple values to the paramater in a way that works with the API and also makes sense to the users using the connector.
I've set the parameter to Array, but when I add it to a Flow, it's still a single field. I've tried passing it arrays in several different ways, but none of them have returned data correctely. I've tested the call using the HTTP connector, so I know the data I should be getting back.
What is standard procedure for dealing with arrays in query parameters?
Alternately, is there a way for me to add a Key -> Value table to the connector action so that people can add their own query parameters, similar to the way it works in the HTTP connector?
Thanks.