Hey, just found out that I have multiple instances of an item details screen that supposed to be the same but are different. I can’t figure out what list link to each one of them, but I need all of them to change the moment I edit one of them, i.e, I want them to be one. Any way to link them or at least see what is the source of each one?
I marked each one of them with a specific sign to help me spot it when I see it, but while browsing my app, I can’t find the second and third instance as I always get the first one. If a tree falls in a forest and no one is around to hear it, does it make a sound? I guess no, but still, I don’t want my users to find it instead of me.
You can click the arrow icon on the right to come to that component and check the visibility conditions of it. Then decide whether to delete it or not.
My problem is not with the component, but the whole details page. I can only go to that page but not see how to reach it.
Don’t you have a back button in the app emulator that would take you up one step in the hierarchy to see which list it’s sourced from?
You don’t happen to be using independent screen configuration on a list somewhere, do you?
I do have a back button in the emulator, but it sends me back to the previous page I’ve been in instead of the list it sourced from. I don’t have independent screen configuration as well…
ok. Since you were able to differentiate the detail screens, my only guess is that you have a Show New Screen action somewhere. Like Tabs, Show New Screen can have a details layout independent of the layout that’s tied to the sheet, since they are both considered top level views and don’t rely on going through a list to get to them. I would check any actions you have, or any buttons that may have a visibility setting that’s hiding them from view. Basically check anything that may be performing a Show New Screen action.