There are 6 categories in my glorified checklist app: Urgent, Current, Current But Not Urgent, Future, Done and Excluded. For some reason, the Urgent and Current tasks will not show up on mobile devices. The other 4 categories of tasks show up on desktop and mobile. We’ve tested with two mobile devices in Safari (with the app “installed”) and Firefox and cannot get those tasks to show up on mobile. I have tried duplicating the collections, recreating the collections, duplicating the screen, and so far, nothing will get the items marked as Urgent or Current to show up on mobile! Can you please help! I’ve also searched the forum for other tricks and tried turning on and off my phone as well. Opening in Firefox should have started with a fresh cache because that was my first time opening the app in that browser.
We have a legacy non-profit account and that doesn’t include email support. I tried that also.
Here’s the Loom video that I initially sent the Glide support team, but they said to come here.
It’s a list of around 100 tasks. Most tasks are dependent on others. So when a user checks a task off, it opens up other tasks for them to do. And yes, there is a Launch date involved. The task list is for someone preparing to move overseas, so a Launch date is set, then the difference between that and the current date determines whether a task has is urgent or not.
The reason that I am asking about this is that there are known issues with some of the date plugins where they don’t always work reliably on IOS devices. The fix may be as simple as replacing any date plugins with math columns that provide the same result.
From my Task List table, I do a lookup of the Launch Date, which comes from my Teams table and it comes in in the following format: May 1, 2025. Then I do a Date Difference column with the Start Date being Current Time and the End Date being that Launch Date lookup column and have the unit set to months with a precision of 1. Then I convert that to a negative number using another Math column.
Each task has a start time (ie -24) and an urgent time (ie -4) that is given in months and compared to the current months out (ie -12).
@Darren_Murphy you’re a genius! Just tested out your math column formula and it worked! I added a /30 to get the units back to months. Thanks man. I really appreciate it.