Dropdown field click is not capturing or working when executing the macro

Hello,

I am trying to capture a drop-down field(PFA screenshot of the field and code)
Drop down click not working

however, it is not capturing and not working when executing the macro in UI Vision RPA.

Can someone give me an explanation of a way to fix it?

With some types of select boxes it happens in these cases it is automated using Xtype with KEY_DOWN and KEY_UP to select the various items of the select but you can select with XClick on image too

Example:

{
“Command”: “XType”,
“Target”: “${KEY_DOWN}”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “XType”,
“Target”: “${KEY_DOWN}”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “XType”,
“Target”: “${KEY_ENTER}”,
“Value”: “”,
“Description”: “”
},