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