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.
hey @Srini84,
Thanks try to assist
can you help part of the workflow?
I have used data scrapping for web data extract. Data like Title and Url. I need add string value for url portion.
“fdfd.com” + row.Item(“Column2”).ToString
After adding this it’s make a new data table like DTNew
Is it possible?