How to select values from select2 dropdown

Quite a newbie but loving the way how Kantu makes test automation so fun and easy. However faced a little problem during automation. I have multiple select2 dropdown in a page and i need to select the values of the select2 dropdown and store it. Once i click on the dropdown, the values are listed simultaneously and since the option id are dynamically changed after every page reload, it is quite a difficulty. I’m using the latest version 4.2.6.

Just to clarify: So this is a question about how to best extract the drop-down values?

{
“Command”: “select”,
“Target”: “id=select2-desired-prefectures-result-okrm”,
“Value”: “label=dropdownvaluetext”
},

Will it work - select2 cdn