Click each drop down button using for each data table

Hello,sda

1 Like

image
I tried doing this but it is not clicking the next button and replace the selector like this:
image

Hey,

you can Make it Dyanamic
tablerow and parentid

Thanks
Rounak

Hey,

you have to make dynamic table row also
tablerow

Thanks

Hello, Can you check if my for each data row correct? I already made my selector as dynamic

Do you mean I should replace both tableRow with dynamic?

Can you put selectors for all three DropDown
then it will help me to shortout the issue

Thanks

image
image
Here are the selectors of the drop downs

try to make dyanamic Parentid and
why are you taking 2 times table row?

Thanks

when tableRow of first dropdown is not 1 then start the counter with an offset

by setting a default value to the counter you can validate it standalone and can also test if a changed counter default value will select another dropdown image

How can I make the parentID as dynamic? Sorry I’m new to uipath

Hey

You can see the parent ID -ctI01,ctI03
make them dynamic for this number 1 ,3…

Thanks

Hi @Gus_Fring
Select each drop down one by one and compare all the 3 selectors and check what values are changing in each selector, then make those values as dynamic.

parentID = ‘rptUsers_ctl0 ‘" + var +"’ _ddlUserOptions’ like this?

I already make them dynamic as you can read at the top but it still just clicks the first button repeatedly

see after customize the selector try to highlight on Drop down
then you will get to Understand
Thanks

Hello @Gus_Fring
Please check the below video. I think the activity is still pointing to some particular image. That is the first row.

Hey!

I can see that there are two attribute values changing for each drop down… that means we have to pass the two variables in the selectors

Try this:

Assign Counter=1
<Webctrl tableRow={{Counter}} tag='IMG' parentid='rpaUsers_ctl{{Counter}}_ddlUserOptions' />

Regards,
NaNi