- 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