PLEASE HELP HOW TO SELECTION IN FORM


I have a form like this if you click it will drop.

I’ve created a UiPath flow

  1. Activity “Type into” in “Type to filter”
  2. After the data appears on the filter
  3. 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”

Hello @Kia1 ,

Please try using the check activity which can be found if modern experience is enabled in the activities pane.

Check activity helps to select the radio button or check boxes.

Attaching the url for the activity related documentation in UiPath site.

If this reply helps you kindly mark this as a solution.

Happy automating.

Cheers
Gautham.

Hey @Kia1 ,

Were you able to solve the challenge ?

Thanks,
Gautham.

I haven’t managed to finish it yet

Do you have an example in the form of an image or file?

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:

image

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
  • Same steps as above

And so on.

Hope I got you right and it helps!

BR,
Ignasi

I’ve tried doing it like that

when I click once it will look like the picture


and I click again then the select will be empty

I have set the “Click” activity with “double click” but still the UiPath error

Yep, a Double click will fail as in reality, you are sending a Single click + Delay + Single click.

Try that:

Single Left Click → Delay to give time to select all, let’s say 1 sec to test → Single Left Click again, that should do the trick :slight_smile:

Happy to keep investigating further if this does not work!

BR,
Ignasi

Edit: topics mixed up with URGENT! PLEASE HELP HOW TO DO LOOPING IF THE DATA CONTAINS "YES" OR "NO"? CAN IT BE WITH ARRAY VARIABLES?

Removing the answer as it was moved to the correct thread.


I’ve tried your method, but the robot still experiences errors

sorry, I’m still a beginner using UiPath

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?

BR,
Ignasi


I have repeatedly corrected the indicate application element and added a before after delay in the properties

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?

BR,
Ignasi