Having a weird issue where using a multiselect, table column is a varchar, and the entries if selecting 2 options has a period between the 2 values, or no values if you have 3 selections.
For example, say I select 1 selection, it will show correctly: 2
If I select 2 values, it will be entered into the table as 2.5
If I select 3 values, nothing will enter and the column will remain NULL.
Not quite sure why it's doing this, just curious if anyone has ever had any issues like this before submitting a ticket.