Help with ListBox error on recorded macro

Hello,

I am working on an auto-fill for a web-based application that we currently do manually each month.

The only part that is not working is one drop down box selection.

The code to open the drop down is:
css=#workEvent_root > div > div > div > div > div.work-event-profile > div.mdf-validated-field > div:nth-child(1) > div > div.vdl-dropdown-list__input-container.vdl-dropdown-list__input-container–focus > span > svg > g > path

which works as expected, the code that causes and error is after the drop down is open and displaying the one and only one election, it errors out instead of selecting the option, the code for that is:

id=vdl_26__listbox__option__0

Here is the entire code:
{
“Name”: “WorkEventMacro”,
“CreationDate”: “2019-7-1”,
“Commands”: [
{
“Command”: “click”,
“Target”: “id=BPEDefault.BPESummary_0.0.0”,
“Value”: “”
},
{
“Command”: “click”,
“Target”: “id=BPEDefault.BPELinks_0.WorkEventLinkButton.label”,
“Value”: “”
},
{
“Command”: “click”,
“Target”: “xpath=//[@id=“workEvent_root”]/div/div/div/div/div[2]/div[2]/div[1]/div/div[1]",
“Value”: “”
},
{
“Command”: “click”,
“Target”: “id=vdl_53__listbox__option__0”,
“Value”: “”
},
{
“Command”: “type”,
“Target”: “id=radio_m_qOylS7B05Qi0ro4cPIc”,
“Value”: “enrollmentOn”
},
{
“Command”: “click”,
“Target”: "xpath=//
[@id=“workEvent_root”]/div/div/div/div/div[3]/div[2]/div[2]/label/label”,
“Value”: “”
},
{
“Command”: “click”,
“Target”: “id=radio_V1-WYTqn_eJYLJZGbbD8v”,
“Value”: “”
},
{
“Command”: “click”,
“Target”: “id=datePicker1562018761212”,
“Value”: “”
},
{
“Command”: “type”,
“Target”: “id=datePicker1562018761212”,
“Value”: “06/01/2019”
},
{
“Command”: “click”,
“Target”: “xpath=//[@id=“workEvent_root”]/div/div/div/div/div[3]/div[3]",
“Value”: “”
},
{
“Command”: “click”,
“Target”: "xpath=//
[@id=“submitButton”]/span”,
“Value”: “”
},
{
“Command”: “click”,
“Target”: “id=goToNextEmp”,
“Value”: “”
}
]
}

Thanks in advance,
Dedrie

What error message do you get? If you can not post the website link, can you post a screencast of the error happening?