List filtering UI not working in "generating children from variable" feature

Widgets & Design

I'm reading list of Firebase documents using a backend query and trying to further filter them in related ListView (to create a simple kanban board where each column/list would be represented by a task state).

List1.JPG
62.2KB

The condition form in filtering doesn't give field for the 2nd value, as can be seen from the screenshot.

List2.JPG
83.08KB

If I try workaround by modifying the condition form so that the first value is a string (sort of) I can select as the second value all Document fields - except the ones with type String.

.. is this a bug in my brain, do I miss something ..

Thanks for helping!

What have you tried so far?

I've tried with various field types for filtering, including Enums and Strings with no success. Similar reference applications from the marketplace seem to be able to specify the condition.

Did you check FlutterFlow's Documentation for this topic?
Yes
1