Issue with parameterised request in Connector Builder UI

Summary

The user is facing an issue where the parameterised request in Connector Builder UI is only taking the first digit of the date value provided (e.g., ‘2023-01-01’ is being interpreted as ‘2’). The request works with hardcoded values but not with parameterised values.


Question

Hello everyone! I am creating a connector using connector builder UI with parameterised request, I set the parameter value to the date 2023-01-01 but the request only take the first digit 2 and not the complete date. Tried it with string value as well same there. It works when I try with with hardcoded Value List . Is this a bug?

  "parameters": {
    "options[from]": [
      "2"
    ]
  },```


<br>

---

This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C027KKE4BCZ/p1708004485389119) if you want to access the original thread.

[Join the conversation on Slack](https://slack.airbyte.com)

<sub>
["connector-builder-ui", "parameterised-request", "bug", "date-value"]
</sub>