Can we access your project?
Current Behavior
An On Page Load Backend Query action on a detail page consistently publishes with a different filter column than what is configured in the editor, causing every request to fail with a PostgREST 22P02 invalid input syntax error.
Expected Behavior
Request should be: GET [project-url]/rest/v1/v_journal_entries?select=*&id=eq.{uuid}&limit=1
Steps to Reproduce
Page: Journal Detail page, with a page parameter journalEntryID (String)
On Page Load action: Backend Call → Query Rows → view v_journal_entries → filter id = Page Parameter (journalEntryID) → limit 1 → output variable journalDetail
Editor consistently displays this configuration correctly when reopened
Publish the app
Navigate to this page from a list (Observatory) by tapping an item that passes a valid UUID as journalEntryID
Check Supabase logs for the resulting REST request
Reproducible from Blank
Bug Report Code (Required)
IT48jMmA7Y9Om9te1s72KMBKhjwXJl87R+cw0O5DRUw8KOPaPOw+Ps/BM0RDQs/hTFY/e02Jo2oW3MKJi9jIV8YrPS2ZGL05yZduWgGWQlO7VKaOFJWvOXZ6RJpMfUyl0qWNnxElWfNvS0YE2WWmJO6RfAPtQZi0OGw4Dq/LZO4=
Visual documentation
Environment
- FlutterFlow version: N/A — FlutterFlow web app (continuously deployed, no user-facing version number). Project ID: loginegosupreme-7c6j7x. Bug observed June 17, 2026.
- Platform:web
- Browser name and version:chrome latest Safari latest
- Operating system and version affected:
Additional Information
No response
Can we access your project?
Current Behavior
An On Page Load Backend Query action on a detail page consistently publishes with a different filter column than what is configured in the editor, causing every request to fail with a PostgREST 22P02 invalid input syntax error.
Expected Behavior
Request should be: GET [project-url]/rest/v1/v_journal_entries?select=*&id=eq.{uuid}&limit=1
Steps to Reproduce
Page: Journal Detail page, with a page parameter journalEntryID (String)
On Page Load action: Backend Call → Query Rows → view v_journal_entries → filter id = Page Parameter (journalEntryID) → limit 1 → output variable journalDetail
Editor consistently displays this configuration correctly when reopened
Publish the app
Navigate to this page from a list (Observatory) by tapping an item that passes a valid UUID as journalEntryID
Check Supabase logs for the resulting REST request
Reproducible from Blank
Bug Report Code (Required)
IT48jMmA7Y9Om9te1s72KMBKhjwXJl87R+cw0O5DRUw8KOPaPOw+Ps/BM0RDQs/hTFY/e02Jo2oW3MKJi9jIV8YrPS2ZGL05yZduWgGWQlO7VKaOFJWvOXZ6RJpMfUyl0qWNnxElWfNvS0YE2WWmJO6RfAPtQZi0OGw4Dq/LZO4=
Visual documentation
Environment
Additional Information
No response