Iterating dynamic Table

Hi,
I’m trying to get a table, And i got this. NowI have to click in every row to open a different window.
How can I do that? I try to use variables but I didn’t figure out how to do.

I got every data from the tabel that I need, I just need to click one cell of the row to open a popup.

Can someone help me?

HI @Gabriele_Radici, as you already have the data of the table, you can use values from the datatable to specify the parameters/selector of the item to click.

@Gabriele_Radici,

You can make the Click selector dynamic by using unique number in it.

Thanks,
Ashok :slight_smile:

How can I do?
Is there a guide or a post to help with this?

Can you help me?
Is there a guide or something to help me to solve this?

Have a look at this documentation Studio - Dynamic Selectors (uipath.com)

Hello @Gabriele_Radici
For Example
Current Row (String)(From for each) has value 20231332
If the selector respect to that value has an attribute aaname = 20231332, then u replace the aaname value in selector by aaname={{CurrentRow}}

@Gabriele_Radici

Did you happen to try using for each ui element activity instead…that would automatically loop through eqch item and you can perform click inside it

Cheers

Ok, thank you.
But then how can I “click on every row”? Which click action should I use to click?

@Gabriele_Radici

Inside the loop use click activity and pass currentelement in the input element field

Cheers

How do I pass the element?

@Gabriele_Radici

Inside for element ui element currentelement variable would be available…just add that variable in the input element field property of click activity

Cheers

Sry, but I can’t figure it out.
I don’t have any inputs in the click actions, just selecting input on the page

@Gabriele_Radici

Just open the properties panel of click and you would see input element

cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.