Hi Guys,
Please assist me with this workflow.
my step is extract data from web for two column one is for title another is url. I have used data scrapping but complete url not extract by it. That’s why i need to modify url column. Like this
(“https://t***.net” & row.Item(“Column2”).ToString)
After that i have a excel file where store some email in excel row. Finally email send to all extracted data from each excel email.
Workflow and workfile
workflow.zip (42.5 KB)
Thanks