Hi Laksman, @ashwin.ashok
Thanks for your valuable support. Can you tell me
In my for each loop want to do some action. Among all of the action I need to click a button single time and rest of the action will be normal for each loop procedure.
Like

inside for each
Like for row(“Name”).tostring = “Flower” (Each group last item)
Then Click 1 and click 2 and click 3 and so on.
then again row(“Name”).tostring = “Flower” (flower=flower)
ignore click 1 it will click 2 and click 3 and so on.
Again it will check
row(“Name”).tostring = “Book” (Each group last item) (Book = book)
Then Click 1 and click 2 and click 3 and so on.
then again row(“Name”).tostring = “Book” (Book =Book)
ignore click 1 it will click 2 and click 3 and so on.
Continue for all data like this.
Please assist me. I am stuck on this. Any suggestion will be appreciated.
Thanks Brilliants
Jesmine