I have two comboboxes. When I manually select the first combobox, the second combobox changes automatically according to first one. But when I select the first combobox with robot the second combobox does not change. It has to change. How can I solve that? I used select item activites for both comboboxes.
Environment: .Net 4.7.2; UiPath Studio 2019.5 stable Community Edition. Windows 10.
I solved the issue. First I clicked the combobox and again clicked the list item with simulate click property checked. Now I can click without problem. The second combobox changes according to the first one.