DarthMonkeD
BuildShip2y ago
7 replies
DarthMonke

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:
Screenshot_2024-07-25_at_5.18.44_PM.png
Screenshot_2024-07-25_at_5.19.20_PM.png
Screenshot_2024-07-25_at_5.19.26_PM.png
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.
image.png
Was this page helpful?