When I select the second option, the system always select the first yet if I click o select with keyboard the second.
I set the content has dynamic (I already done this before without problems):
MAP(SELECT(data.Lista_Motivos_Baja1, item.fields.status.booleanValue == true), {label: item.fields.nombre_motivo.stringValue, value: item.fields.id_motivo})
When I set statics values all works fine (but I need dynamic content).