If Contion

i am getting some names in for each in that i want to check particular name is there r not

how can i put if condition

Hi @Relangi_Siva ,

Inside for each you can try this

item.Equals(“Your string”) it will returns Boolean.

Thanks!

Hi @Relangi_Siva
The contains function can be used to return the Boolean value.

For example, Row.contains (“Your value”)

I am using get process activity to get vm process but it gives local devices activities

HI @Relangi_Siva

Check out the sample XAML file

If activity.xaml (7.1 KB)

image

Regards
Gokul