Hi everyone,
I am experiencing a critical UI rendering and synchronization issue that started recently and is currently breaking our retail store operations. I strongly suspect this is a platform-level regression bug introduced in the recent deployment (Client Version 7.000024 / Server updates).
Has anyone else encountered this over the past few days?
We have an action button whose behavior is conditional on a file path column (using ISNOTBLANK). When a user clicks a button, a background bot triggers to generate a PDF and writes the file path back to the database.
When our staff taps the manual Sync button, the wheel spins and successfully finishes syncing. The backend data is actually successfully fetched into the device. However, the foreground UI completely freezes and fails to redraw or re-evaluate conditional rules.
As a result, the action button to open/print the PDF remains completely INVISIBLE.
Even if we tap the manual Sync button multiple times in a row, the screen stays frozen and the button will not show up.
The only way to force the app to refresh the UI and make the button appear is:
- On iOS Devices (iPad mini running iOS 17.1): We must force-kill (swipe away) the AppSheet app and cold-launch it again.
- On Desktop View: We must hit F5 / Hard Refresh the browser.
Once we force-kill the app or refresh the browser, the action button immediately pops up and works perfectly, which proves that the background data synchronization was successful, but the UI thread failed to update or listen to the sync completion signal.
This is happening simultaneously across multiple iPads and Desktop Chrome views today on our end, with absolutely zero formula or structure changes made by us.
Is the AppSheet team aware of this UI update deadlock regression? Our store workflows are heavily disrupted right now because staff have to close and reopen the app for every single order.
Any insights, workarounds, or official updates would be greatly appreciated!