Response from cloud functions, conditional action

Actions & Logic

I have a cloud functions which returns the following in JSON (checked in browser)


{
    "result": true,
    "url": "https://logi...."
}

then I have a conditional statement checking for $["result"]

If the value is false it will show a snackbar with the value from $["error"]
Now it shows a snackbar with the word true in it
What am I doing wrong ?

What have you tried so far?

Everything

Did you check FlutterFlow's Documentation for this topic?
No
2
1 reply