Getting "null" value in Body JSON in Flutterflow, despite Buildship API working correctly
Hello,
I followed the youtube tutorial for barcode exactly and still getting a "null" value in Body Json once in Flutterflow. Please see attached screenshots. I've tried searching this discord, and see some stuff about changing Buildship API output, but can't find settings for that either:
Solution:Jump to solution
@DarthMonke You can remove backticks from the return node value as to get the result of type JSON, it required to be an object.
5 Replies
BuildShip AI Support - Crafting Solution, (Avg response time: ~2 minutes 🙂)
Sorry, there was an error processing your request. Please try again in ~1 minute
Solution
@DarthMonke You can remove backticks from the return node value as to get the result of type JSON, it required to be an object.
Ohhh thanks, that worked!!! I had to remove the $ signs and the {} around the variables as well, or else it threw errors. For anyone watching the youtube tutorial, it needs to looks like this instead:
It seems like you've resolved the issue by removing the
$
signs and {}
around the variables. If you need further assistance or have other questions, please refer to the BuildShip documentation or submit your query via the in-app support button.
For more detailed guidance, you can check the relevant sections in the BuildShip documentation:
- Building Custom Nodes
- Using Variables
If you still encounter any issues, please submit your query via the in-app support button.