Hi I have list with multiple lines of text along with buttons.If text matches with string then particular button should click.
for eg,string=name2 and list is like below
name1 button
name2 button
name3 button
if string matches with name1 or name2 or name3 then button should click respective to that name.Can anyone help how we can achieve this?