I use flutterflow with flowise (chatbot ai nocode app). I create a text field input in flutterflow
and sent the value in a variable call "question" to run the request.
When I test the api in response and test with a static value, it works.
but when I run the app in test mode and use the text field value, question variable is empty.