Select Item, click on item that contains string

Hello all,

I currently have a list that I am supposed to select from using the ‘Select Item’ activity. Unfortunately I am unable to get the full name of item but each item is numbered with a code at the start of it. How can I write the condition to select the item that ‘contains’ the string(code)?

Hi @dvn

Use select item activity and click on text and give condition as StrOutput.ToString.contains(“item text”)

Thanks
Ashwin.S

Hi @dvn

You can use the select activity or click activity to click on the text you need from the dropdown list.

If you are using the select item, use the method mentioned by @AshwinS2… if you are using the click activity you can modify the selector to make it dynamic so that you can get the value you need