How do i get UIV to click on a value on a dropdown based on CSV value?

I used to use iMacro to click on a value on a dropdown list. The code looks like below on iMacro

TAG POS=3 TYPE=SPAN ATTR=TXT:Selectone
TAG POS=1 TYPE=A ATTR=TXT:{{!COL1}}

I’ve having issues to get UIV to click on the value that i want based on a CSV.

image

Eg, i want UIV to click on the value “112564753” which could be in any order

If iMacros can click on it, UIV should also be able to click on it. If my iMacros knowledge is still ok, TYPE=A ATTR=TXT means a simple click on a LINK. And this works in the select box?

If you record an UIV click in the same place, what locators does UIV suggest? There are in the dropdown box and in the JSON macro source code:

Example from macro source:

      "Targets": [
        "id=site-logo",
        "xpath=//*[@id=\"site-logo\"]",
        "xpath=//img[@id='site-logo']",
        "xpath=//img",
        "css=#site-logo"

=> What does UIV record in your case? Can you please paste it here?