Hello guys! I am new on Uipath and I need some help.
I have the following list:
total
name
condition
v0_name
v0_true
v0_fill
I am looping a list of these elements:
For each name in List
if name.Text = “v0_name” then I can click in the element.
But now I need a loop with through the whole list and return all elements with v0_ prefix. Can anyone help me? I am trying to use the function contains…