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:
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
@DarthMonke You can remove backticks from the return node value as to get the result of type JSON, it required to be an object.

