I think they are looking for independent screen config…
@NorkaTop what you need to do is modify the default Item click action on the Collection. Make it a custom action, with a separate conditional branch for each item in the collection. And each branch will use the same action: Show new screen → this item.
So you should have something like:
- If Item is X, then Show new screen → This item
- Else if Item is Y, then Show new screen → This item
- Else if Item is Z, then Show new screen → This item
- etc…
The above will give you a separate, independent details screen for each collection item.