Skip to content

Conditional actions in On Page Load no longer work correctly with Firestore boolean fields since v7.0.42 #7324

Description

@kolabra

Can we access your project?

  • I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.

Current Behavior

Conditional actions in On Page Load based on Firestore boolean fields (profil_ready) no longer work correctly. Even when profil_ready == true in Firestore, the condition evaluates incorrectly and shows the wrong component.

Expected Behavior

When profil_ready == true, the condition should navigate to the Discover page and not show the "Complete your profile" component.

Steps to Reproduce

  1. Create a boolean field profil_ready in Firestore set to true
  2. Create a page named "Discover page"
  3. Create a component named "complete profil"
  4. On Page Load → add conditional action: if profil_ready == true → navigate to "Discover page"
  5. On Page Load → add conditional action: if profil_ready == true → show component "complete profil"
  6. Run the app

Reproducible from Blank

  • The steps to reproduce above start from a blank project.

Bug Report Code (Required)

ITFXlMrlvM92rsRE+Yf1Y/pVnjwwGUwbUOc7j9VEGAsjCeKsE+0iYuClREtCSOqHSkFYDU6jmlMC3PzmufzpU/FeFz6rQKJ61rp1UxDheFqRVZiUDM6KZH96GcZjJh2+5LaFrSYnFM1ZdHwi7GGmed++Y3qCf9qOYwx5e6fDbOY=

Visual documentation

Image Image

Environment

- FlutterFlow version: v7.0.42 (released Jully 22, 2026)
- Platform: Web
- Browser: Chrome 150.0.7871.129 
- OS: Windows 11 Famille, Version 25H2, Build 26200.8894

Additional Information

This was working perfectly before July 22, 2026. This bug is blocking my app launch as conditional logic throughout the app is broken.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions