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