Hello! I have a MVC Project and I wanted to select multiple people on the Create View of this object, to be part of this objects list of people. Everything in this form works, all the fields work just fine, except the multiple selection one. I managed to make it show all people available, but when I select one or multiple "Person", nothing is passed to the Create action. As everything else is working just fine, I'm guessing the problem might be in my Create view. I don't know how you do to post code here on discord, so I'll send what I have with screenshots.
This first image shows the selection working fine on the view, showing both Person objects I have created