Hi all,
My question is
If Excel data is equal to Marked value then bot has to click select option.
Suggest me if condition.
Hi all,
My question is
If Excel data is equal to Marked value then bot has to click select option.
Suggest me if condition.
Hi @Reddy_1
Is there a macro behind your Select button ?
Supposing that the answer is yes, and that you already loop in a foreach datatable:
Hi @Reddy_1 ,
I will cover @Hiba_B 's “no macro” case.
For this, I would use the Anchor Base https://docs.uipath.com/activities/docs/anchor-base activity.
The anchor should be the match between the excel/web page number, while the action should be just a simple Click activity on the “Select” button (positioned on the left side of the anchor)
For the Click activity, the selector could be somehow a dynamic one, taking into account the number from excel
Hope it helps!
Best regards,
Marius
Refer to the below post…
I have answered the solution there…