How do I add my appstate variable into my API call body?

Database & APIs

I set an app state variable from an text field (search) on change. This is working fine.
I have an API Call to my SupaBase table which is returning the correct respons when I test it.
But when I test, in an test session, the respons is an empty string ( [] ).
I think this is because the appstate is not correctly passed into the API.

I pasted the body from a chat and at this point I can see clearly that neither of my variables are applied. I tried to drag them where they should be but it didn't work out. I tried a million other things but I'm utterly stuck here and I hope you can help me

1.png
50.46KB

What have you tried so far?

I tried to hard-code it.
I tried to hard-code the variable before the test in the ( Response and Test)

2.png
62.19KB


Did you check FlutterFlow's Documentation for this topic?
No
1
1 reply