Clicking URL in internet explorer tab

Team,

I am reading emails in a loop from gmail and from content of email i am clicking hyperlink
I am using click activity to click on hyperlink…
Problem is in the second iteration click activity opens the previous link only
Below mentioned is the xml:

Kindly help

Hi,

Store those hyperlinks in Variable and pass the variable in open browser activity.

You no need to click the hyperlink, in this case.

1 Like

In order to store the variable I used get text activity but since I am running this in a loop get text activity is storing the same link in all the iterations

Ok, Please tell me from where you are taking this text? is it a excel file or from webpage?

Webpage

can you share your workflow?