How to get values from RadzenDropDown with Mutiple Select Option

Hello,
I urgently need help of how i can get the values selected from sample dropdown below for storage to a variable. I am able to select the values i need but when i submit the form the value pushed by RadzenDropDown is null.

<RadzenDropDown @bind-Value=profile.Skills Data=@skillEnum TextProperty="@nameof(Skills.SkillName)" ValueProperty="@nameof(Skills.SkillID)" Name="Skills"
Multiple=true AllowClear=true Placeholder="Select skill" Chips=true Style="width: 100%; max-width: 400px;" />

Using @bind-Value is the way to get the selection. Not sure what "when I submit the form the value is null" means though - no code is provided for the form. By the way check the forum FAQ for tips how to format your code.