How could I tag a question?
At present, "Question Set 05" is my indication for Q5. It could show more information (in a collapsed view) about what that field contains. If this doesn't exist, it would be a nice to have in the elipsis menu in the attached screenshot, or within the expanded field, that displays in the collapsed view.
If you are looking to customize the row label ("Question Set 05") you can pass a React component to
arrayField.admin.components.RowLabel
. That way you can show information contained in the array item instead of the generated label. See documentation here:
https://payloadcms.com/docs/fields/array#admin-configAwesome, thanks Jesse!