Can we access your project?
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
- Create a boolean field profil_ready in Firestore set to true
- Create a page named "Discover page"
- Create a component named "complete profil"
- On Page Load → add conditional action: if profil_ready == true → navigate to "Discover page"
- On Page Load → add conditional action: if profil_ready == true → show component "complete profil"
- Run the app
Reproducible from Blank
Bug Report Code (Required)
ITFXlMrlvM92rsRE+Yf1Y/pVnjwwGUwbUOc7j9VEGAsjCeKsE+0iYuClREtCSOqHSkFYDU6jmlMC3PzmufzpU/FeFz6rQKJ61rp1UxDheFqRVZiUDM6KZH96GcZjJh2+5LaFrSYnFM1ZdHwi7GGmed++Y3qCf9qOYwx5e6fDbOY=
Visual documentation
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.
Can we access your project?
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
Reproducible from Blank
Bug Report Code (Required)
ITFXlMrlvM92rsRE+Yf1Y/pVnjwwGUwbUOc7j9VEGAsjCeKsE+0iYuClREtCSOqHSkFYDU6jmlMC3PzmufzpU/FeFz6rQKJ61rp1UxDheFqRVZiUDM6KZH96GcZjJh2+5LaFrSYnFM1ZdHwi7GGmed++Y3qCf9qOYwx5e6fDbOY=
Visual documentation
Environment
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.