Skip to main content
Question

How to pass multiple query parameters with the same name?

  • August 21, 2026
  • 0 replies
  • 3 views

Forum|alt.badge.img+2

Since TX Enhanced Connector doesnot allow parameters with the same name, how do i resolve the issue with:

https://baseURL/cars?exportField=model&exportField=Year&exportField=Manufacturer?

I have tried to solve it like this:

But then in logs, i see that my URL is:

https://bseURL/cars?exportField=Model&Year=exportFields=Year&Manufacturer=exportFields=Manufacturer

Which is obviously not correct.
It shouldnt be: &Year=exportFields=Year&Manufacturer=exportFieldsManufacturer
but &exportFields=Year&exportFields=Manufacturer