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?
Hi @vnsatyasunil
For each item in list ,use find anchor base activity to find the string in the webpage and then use click activity near to the string.
Then use the click activity and indicate on the first button and open ui Explorer see for idx attribute and check manualy by changing the number and highlight it and see whether it is highlighting the next button when you increase the number in idx attribute if it highlights then drag on that number and you need to right click on that choose variable and select CounterIndex from the variables list
If this steps is not understood checkout this link i provided up
Thanks.It worked.But it is throwing error like Lookup Data Table: In the ‘Lookup Column category’ the value for argument ‘ColumnIndex’ is not set or is invalid.
we are searching value in 1st column always.So in lookup column section column index i have given 0.In target column column index also given 0
when executed locally it is not throwing error.but through orchestrator if we run it is throwing error like this.Can u guide what’s the issue please.