Contains function Uipath

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…

@rita.joao Check attached xaml hope its useful

Main.xaml (7.8 KB)

Thank you! It’is working now :slight_smile:

1 Like