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").