I have a User with a field may_attend_events which is a list of Events.
Event is its own database type.
When I am creating a User I am trying to add a list of Event to may_attend_events .
I can add a single Event ok:

But I can’t add a list, either by searching:

Or by “copying” the list in a previous step and then referencing it:

