Require help for Studio C

  1. Code is not going to next excel row even if we have added the “for each excel row” function.
  2. Not able to use ”Get Text” properly as the area for setting the target is not changing as per requirement.
  3. Not able to extract (scrape) the whole data from the portal as we can not have web-extension
  4. Is there any other way to extract the data from the website and upload it

@sandip.kulkarni

Can you please elaborate

Without ui path extension installed you cannot scrape the data

If there are api’s for the site then you can try that

Or use http request activity to hit the url and save the response and from response try extracting the data you need …mostly you might get whole html data in the response

Cheers