Unique Collect Children Components

I’m trying to have unique components for each child in a collection. I could add components to the first child, but they were duplicated to every other child. If I try and change parts of the components on a separate child it replicates those changes everywhere else. I’ll add some pictures of what I’m talking about.



If you want specific components for each details screen, use visibility conditions. Say “if name is Education” then show this component.

An alternative is on the action tied to that list of “items”, create a combo action that has 5 branches. “If name is Education” then show new screen > this item, do that for all other items and craft the screens for each item as needed.

That method doesn’t scale well though, if you need to add more you would need to do the same thing and construct the screen from scratch.