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:

Try changing add to add list if that’s possible!
Kevin
Free no-code bootcamp by Airdev
1 Like
Thank you, that’s it! I don’t know how I missed that!!!

1 Like
Yay! That one can be hard to spot!
Kevin
Free no-code bootcamp by Airdev
1 Like