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.
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.
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}}