I am creating my first custom connector. I've created an action for a method that accepts a list of field names as a query parameter. I want to provide a dynamic value drop down for each field added to the query string. Is this behavior supported? If so, any directions to accomplish this would be appreciated. Thank you.
Here is my Swagger API:
With this action, the dynamic values drop down is not present for the items in the field array:
If I alter the Swagger definition for this action, so the field parameter is a single string
Then the desired drop down list is displayed for the single parameter