There is an action to set query parameters for the GET method in the HTTP API data source. If multiple text or numeric choices are prepared and not required, how will they be set as query parameters if an action is executed in an “unselected” state?
  • the parameter itself is not added (undefined)
  • becomes null (`? parama=null)
  • etc
I'm sorry if it's a rudimentary question about HTTP or REST specifications m (_ _) m
·