Empty variable in post api call

Database & APIs

Hello,

I'm trying to connect flowise (no code chatbot ai) api with flutterflow. I use a textField input in flutterflow to get the query.

I set variable call "question" in json for the post request.

When I test the api in "response and test" with a static value for "question" variable, the api call works and return the chatbot response.

But when I run my app in "test mode" and write my query in the text field and validate the json "question" variable is empty. (I use langsmith to controle the query in "question").

What have you tried so far?

I tried to put text field input value in a appstate variable and pass this variable to the api. Try to create another variable in the api.

Did you check FlutterFlow's Documentation for this topic?
Yes