DarthMonke
DarthMonke5mo ago

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:
No description
No description
No description
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.
No description
Jump to solution
5 Replies
AI Support
AI Support5mo ago
BuildShip AI Support - Crafting Solution, (Avg response time: ~2 minutes 🙂)
AI Support
AI Support5mo ago
Sorry, there was an error processing your request. Please try again in ~1 minute
Solution
Gaurav Chadha
Gaurav Chadha5mo ago
@DarthMonke You can remove backticks from the return node value as to get the result of type JSON, it required to be an object.
No description
DarthMonke
DarthMonkeOP5mo ago
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:
No description
AI Support
AI Support5mo ago
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.