Hi everyone,
I’m working on a multi-tab Glide app that includes user-specific data like tasks, notes, and reminders. Each tab uses filtered data tied to the logged-in user.
I’m looking for a best practice or smart workaround to link user-specific rows across different tabs so that when a user updates something (like a task status), related data in another tab (like reminders) reflects the update automatically—without duplicating logic or breaking user privacy.
Here are a few specific things I’m curious about:
Can we maintain row consistency using Row IDs or relations across multiple user-specific tables?
Would using a helper sheet or custom action improve this process?
Are there any performance considerations or known sync delays when doing this?
Any help, sample apps, or ideas would be really appreciated
Thanks in advance!
— jhonnmick