Hi Michael,
In Database, "addresses" column has type = "array". You're trying to save string there.
You should convert the data to array in mapping.In front of Request parameter "addresses" click "Add JS" and paste the following code:codereturn [value];/code
The value selected in Select Menu will be saved in Database.