URL Parameter is not being sent while using REST API resource

  • Goal: I am trying to call an endpoint in my REST API by pressing a button in my app. The endpoint expects the URL parameter passengerName, however, when I try using Retool to send the behavior, it always gets passed in empty

below is what my endpoint looks like, with the query parameter

below is what my resource looks like, and you can see in the API request it passes in passengerName=""

  • Steps: I have even tried to just hardcode the passengerName so that it does not use {{ PassengerTable.selectedRow.passenger_name }} and just uses "Bob", and still the passengerName gets sent as empty
1 Like

@azhhng You can directly pass query parameters, for example: retool/passengers/getTAsForPassengers/Bob

retool/passengers/getTAsForPassengers/{{PassengerTable.selectedRow.passenger_name}}

2 Likes

Hi @azhhng, welcome to the forum! :wave:
Are we still having this issue?

1 Like