Change to components apply to all Titles

I’m firmly new to no code builders, let alone builders alone. So, apologize, if this is a stupid question.

So, I have been trying to set up an simple app on Glindr consisting of topics, which I want to be providing different content such as lists or a gallery. Whenever I add a component to a specific topic, these components appear then in all topics, which I don’t want to happen. When I delete the component in the topic, I don’t need to be there, the component gets deleted In all topics. How can I just add components to one topic. (see gallery)



Thank you for helping me out

Hi! Welcome in Glide, no stupid questions, we’re always learning!

This is because the action on click linked to your collection component is set to “Show details screen”. Every elements you add, delete or edit in a details view will also be visible on the other item’s detail view.

If you want different details for a collection’s item when you click on it you have two options :

  1. Use visibility conditions to display or not specific components in a specific item of your collection. It means all your items have the same detail view page, but you add elements that will only be visible for some items using visibility condition.

  2. Instead of using the “show detail view” action in your collection you can create a custom action with different branches (Ones branch one item for example) and show a new screen for each item. Here each item’s page will be different.

Personally I usually go for option 1 because the collection’s items always have element in common on the details page, its means that every change need to be done in EVERY new screen which can be time consuming.

2 Likes