The problem is that the individual entry has no key by which you could select it, hence it does not make sense. But what you can do is this:
- let the user the select the entry by its most important key.
- then in your template, find the corresponding structure field entry by its key/value pair (using
findBy()
) - output the rest of the information from that entry