I have an activity to automate a date picker based on inputted from excel as seen below :
I have iterate the date from excel into data table and the inputted months and year are correct. The problem is on when selecting the date, take a look at the screenshot below :
The number on the very left 19-24 (from top to below) reference weeks. And the rest are just normal date, when I inputted a date between 19-24 may my selector is not working and it shows an error “Multiple Similar Matches Found”.
I iterate the date by manipulating the column and the row value based on the HTML tag. There are 2 different calendar dates to be selected by the selector. Date 1 is selected and the row + column value are equal as the HTML inspected with UI Explorer, date 2 isn’t working and the row + column value are not same as date 1 (assuming date 1 and 2 are at same date)
I tried to create 2 different sequence for each date (each sequence has its own variable inside the scope) and its not working.
I tried to change the flow to only 1 sequence with 1 variable and still not working.
I tried to set 1 variable and set it to global and still not working too.
Any help on this kind of problem? @Palaniyappan or any1 maybe can help me with this? Thanks !
I think we need to indicate the element using strict row and column in this case, because there is possibility to indicate wrong element such as case of 30 April 2022 as the following image if use range.
Hi @Yoichi I just tried the solution u give, and somehow it’s still not working. This is the output of the write line and the value are equal when I inspect with UI Explorer :
the error is still the same (Multiple similar matches found)
I tried 2 ways. Set variable for each date (UAD has its own scope, Received has its own scope) and set 1 variable for both 2 dates. The selector never click the date.
and my uipath has no strict selector, it only have selector and fuzzy selector
Is this some kind of UIPath bug or what? Maybe there’s a logical answer for this selector for not clicking the date? Thanks