Hi everyone,
Hoping someone will be able to help me figure this one out
Describe the bug:
- In my app, I have a detail screen with an inline list based on a relationship column, which I use to display the list of expenses made for a contract
- In the same screen I also have a progress bar to visualize the amount of expenses vs the initial budget planned
- Works like a charm on my laptop browser (both in preview mode and when I play the app from the sharing link),
- BUT the relationship data doesn’t show up when I play the app on my phone i.e. the inline list does not appear on my Contract detail view from my phone, and the amount of expenses displayed is 0.
Further details:
- I have an app with 3 tables: Clients, Contracts and Expenses.
- In the Contracts detail view, I want to be able to display all expenses made for each contract and work out how much of the initial budget is left
- The Contracts table has a relationship column that lists all Expenses made for each Contract.
- The Contracts table also has a rollup column to get the sum of all Expenses for each Contract (relationship), plus some other Math columns for calculations
- The tables are on Google Sheets
Expected behavior:
- I expect the same behavior on my phone as on my laptop
Screen recordings
Thanks!