The first issue is there are two functions pulling from the same sheet, but have different purposes (Bag Pull and Seat Rotation). Instead of these tabs being editable individually, it appears that once change made on one tab will result in the other tab’s function altering as well. Is it possible to individually adjust this data for separate functions? An alternative is merely having a separate app just for the Bag Pull which is fine.
__
The second issue is with the Seat Rotation tab where one day will appear correctly as tiles (see example below), yet the subsequent day will render incorrectly as a checklist. I checked to see if either of these dates are set to Independent Screen Configuration, and they are not. Any suggestions?
Lastly this is a question related to one asked in a separate post (https://community.glideapps.com/t/pulling-guest-customer-data-once-instead-of-duplicating): For the Seat Rotation tab, might there be a more elegant method of having user data appear across all tour dates without creating multiple “copies” of each guest to accommodate for each individual date of the tour?
For instance, each guest will be assigned a different seat on each day. It would be helpful to keep this historical data for each prior and future day in order to reference passenger locations.
Do you mean it’s a tab level problem where you have details view and when you make changes in a component it syncs to the other one?
If this is not the case, do you mean a details level problem where you navigate further into a details view of a row?
Can you confirm for the screenshot above, the two come from the same component? There might be two different components in play here with visibility conditions.
Do you mean it’s a tab level problem where you have details view and when you make changes in a component it syncs to the other one?
If this is not the case, do you mean a details level problem where you navigate further into a details view of a row?
I believe it’s the details view that is having issues. To make it a little more clear, I’ve recorded a video displaying the issue where the Seat Rotation section is initially displaying correctly as-intended, and the Bag Pull section is mirroring what the Seat Rotation section is displaying. However the Bag Pull section should appear as a checklist, essentially like in the previous app example (https://traveltoolexample.glideapp.io/).
Any efforts to add or alter that section result in the same edits appearing on the Seat Rotation section.
So it would seem that I either need to separate the content (it’s utilizing the underlying data from the same sheet) or there’s another trick that I need to account for (perhaps relations?) in order for the individual sections to display data separately.
Can you confirm for the screenshot above, the two come from the same component? There might be two different components in play here with visibility conditions.
This issue ended up being a little bit less-odd. The screenshot above showed and “error”, but I went back and realized the reason the checklist appeared (on the right screen in the image above) was because it was a leftover Inline List from the Bag Pull section that happened to be above the Seat Rotation list (and was not set to display on the left screen, as shown).
So to sum, turns out the second issue is related to the tabs/detail view issue.