Community Member
 · Building with Flutterflow

possible to filter a JSON List?

Database & APIs

I generate from Firebase a JSON List of my records (I had to use the Firebase admin SDK because I am not getting all the records using the FF Firebase Query builder, despite raising the issue to FF Support).

However, I still need to filter the JSONList (which I persist as an AppState).

I set the field to filter on using the JSON Path, the value of which should be a string.

However, when I want to filter by those values where playlistId == string, I can't, because it doesn't recognize the type of the JSON Path as string.

What have you tried so far?

I tried to create a conditional statement comparing the value of one item in the JSON List. I use the JSON Path to that value.

But I am unable to compare the string value to that path value.

Did you check FlutterFlow's Documentation for this topic?
No
5 replies