Hello Team,
–Iam getting mails through outlook,those mails consists of lot of webpage url’s .
*I did regex to get those url’s from mail,but i cant able to add every urls into excel…
*please give me some ideas with that.!
*note -mails have more than 10 url’s
Hi @praveen23395
Suppose you got the Urls in Arrayof string. After that Iterate that array using Loop and use the Activity “Write Cell” To add one Url in Excel Sheet. use the counter while giving the range to write cell. and after that increase the counter by one in this way you can put all Urls in One column which you want.
Thanks & Regards