I’m recording a job with iExplorer and I facing an Issue when I use the “Select Multiple Items” Activity.
I selected 4 options from a list with Ctrl and then I selected the list with the “Select Multiple Items” Activity. This generates an Array with the 4 elements chosen in the MultipleItems property, so it looks like it’s working fine.
But when I run the job, Uipath returns me this Error:
Many thanks for your help, but I cannot post it because the page is only available in my client domain.
So, in one hand, I cannot publish any information from my client due to policy restrictions and in the other hand a User and Password is required to access to the page, so it is impossible to access from outside the domain.
I’m sorry, but many thanks again for your fast response.
I got it because I’m in the same situation.
I would like to propose another solution for you that is:
Using java script codes to select multiple items in your item list like below link:
@ddpadil I have .Net 4.7 and the Multi-Targeting Pack installed.
@anhth15, I never have worked with javascript but I undesrtand the code.
However I’m a rookie with UiPath and I don’t know how to combine Javascript with UiPath. Is it possible?
yeah, UiPath provides a very powerful activity that is “Inject Js Script” which helps you to write java script codes.
Could you post the HTML codes of your combobox control? Maybe someone will help you to write that codes.