

Hi everyone,
I'm hitting a wall with a ListView + Supabase setup and I’m hoping someone has encountered this before.
I have a ListView that correctly fetches data from a Supabase table called resume (Query Type: List of Rows). Inside the list item (Container > Column), I have an "Apply" button.
The Problem: I want to add a "Backend Call -> Supabase -> Insert Row" action to this button to create a record in my applications table. To do this, I need to pass the id of the current resume.
However, the variable resume Item (or resume Row) is completely missing from the variable selection menu in the Action Flow Editor. It’s simply not there, so I can’t reference any data from the current row.
I’ve already tried:
- Widget Hierarchy: I’ve double-checked the Widget Tree. The button is definitely a child of the
ListView. - Backend Query: The query is active and working (data displays perfectly in Run Mode). I even tried deleting and re-creating the query.
- Variable Naming: I checked the "Variable Name" field in the Backend Query settings, but searching for that name in the variable selector yields nothing.
- Refreshing: I’ve refreshed the database schema and restarted the FlutterFlow editor multiple times.
- Location: I looked under "Widget State", "Action Outputs", and scrolled through the entire list — it’s just gone.
Has anyone seen this lately? Did the interface change in a recent update, or is this a known bug with Supabase integrations? Any workarounds (like using a Component or a different approach) would be greatly appreciated!
Thanks in advance for the help!