How to extract the status of URLs in Excel and get the out put excel with status codes

Im Trying to extract URLs Status from Excel and print it in to excel files with two columns (“Urls, Status”) . But unable to pass variable to Endpoint in Http Activity. Http.zip (82.7 KB)

If possible pls provide us the sample.

Hi @vickyms57,

i have modified you code, please check it.
Sample.xaml (13.6 KB)

Regards,
Arivu

@arivu96 thanks,

But i’m unable to pass each URL in to Http Activity, i need to get the status of URLs in the excel. Please help.

.

Hi @vickyms57,

Use this xaml file.
Sample.xaml (13.5 KB)

Regards,
Arivu :slight_smile:

@arivu96,

Thank So much

Hi @arivu96,
Can you please help me in solving the below issue.
I’m trying to scrape unstructured data from list of URLs and extract to excel with separate columns, but im able scrape only one block of data. Please help attached code.sample.zip (295.1 KB)