How to process below activity in RPA?

Hi All,

I have a process below need to be implemented in RPA?

I have a website
https://tntenders.gov.in/nicgep/app

In this website I am going to tender by organization tab.

In that I am selecting one option to this link
https://tntenders.gov.in/nicgep/app?component=%24DirectLink&page=FrontEndTendersByOrganisation&service=direct&session=T&sp=SYe4m3NrWqJk%2BzEHVbe%2FBYw%3D%3D

Then I am using Data Scrapping to get all the & links and processing those links in for each loop.

  1. https://tntenders.gov.in/nicgep/app?component=%24DirectLink&page=FrontEndViewTender&service=direct&session=T&sp=SVnBSDrpYI1bDc%2BraCFz39A%3D%3D
  2. https://tntenders.gov.in/nicgep/app?component=%24DirectLink&page=FrontEndViewTender&service=direct&session=T&sp=S62gBMHr9R9NsTAlmrzofrg%3D%3D

like this still more 5 links are there…

In one link I am scrapping a data and want to write it in excel sheet once it overs it will close the link and opens another link to process another scrapes.

So is there any solution please let me know it as soon as possible.

@SOURAV_KUMAR_DAS

For opening list of URLS you can always use for each activity,

inside foreach activity you can keep the browser activity where it will open the browser and the item is the URL … so on

Hope this helps

Thanks

1 Like

Hi Sir,

Did the process I will send you the screenshot…

Below is the screenshot for the verification Sir.

image

So these are the screen shots Sir.

@SOURAV_KUMAR_DAS

Looks good, what is the problem you are facing?

Thanks

1 Like

Hi Sir,

I am facing an error at for each where I need to get the information from URL’s and write it in excel sheet.

@SOURAV_KUMAR_DAS

First test the Datascrapping is giving the correct values, also check the name URLLink is correct or not.

“https://tntenders.gov.in”+row(“URLLink”).tostring

Also do we need to put “/” after gov.in ? check this

Those are the possible reasons

Let me know once you done

Thanks

1 Like

Hi Sir,

This is the error it’s throwing below is the sreenshot of it…

@SOURAV_KUMAR_DAS

Yes, It happens when there is null value to assign, thats why check the values of those

Thanks

1 Like

Hi Sir,

The value is there as “2020_IT_156158_1”…Sir.