I have a form like this if you click it will drop.
I’ve created a UiPath flow
Activity “Type into” in “Type to filter”
After the data appears on the filter
So I use the “Click Button” activity to check the check box
The robot will repeat according to the excel data that I have.
But for the next data I want to only select one data in this form because when the robot “Types into” the next data, this part of the form will say “2 to 269 Selected” even though I only want “1 to 269 selected”
Hi @Kia1 , If I understand correctly the problem is that on the 2nd iteration, the 1st option is still selected, and so on, but you would need only 1 item selected on each iteration.
If that’s the case, upon finishing a transaction, and before jumping to the next loop, you could click on the “-” blue icon on top of your screenshot, to unselect all, therefore, your sequence would look like:
Iteration 1:
Type On Filter
Click on 1st Checkbox (text will be 1 of XXX selected)
Do whatever you need to do with that checkbox selected
Click the “-” Icon, so that your 1 of XXX is unselected.
Iteration 2:
Since you clicked on the “-” icon, you will start fresh from 0
When you mean error, is it not acting as expected, or throwing an error? If it’s the 2nd one, would you mind pasting or sending a screenshot of the error message?
You are selecting the dynamic text “1 of xxxx” as anchor, and that might be crashing your selector. Could you share the selector and the anchor selector here with us?