Flutterflow Json to Data type ERROR (Json to boolean)

I had to change my querys on mey chat app in flutterflow, i put a SQL function with Supabase passed week, because of a poor estructure of native querys in flutterflow.

Now, after a high-code job, i faced another non-logic development in flutterflow logic. In the image below, i have a json that brings me a boolean field:

Unfortanately, we can't compare jsons with "text combine" logic anymore, so, i tried to trust in flutterflow "low-code" aspect, transforming a json boolean result, into a data structure boolean inside a data type. However, this dosen't work properly (another time, flutterflow dosen't behave like a low-code tool).

Anyone knows how to transform a json (FALSE/TRUE) field, into a boolean tipe inside of Flutterflow?

2
5 replies