How to get the value and title from website in one go without using "get text " activity for each value?
Currently i am using get text activity for each and store into DB
Expected output :
How to get the value and title from website in one go without using "get text " activity for each value?
Currently i am using get text activity for each and store into DB
Expected output :
Hi,
To extract both the value and title from a website without using separate “Get Text” activities for each value, you can use data scraping techniques in UiPath.
Use the “Data Scraping” wizard:
Configure the data extraction:
Refine the data extraction:
Finish the scraping:
Process the extracted data:
I don’t get Extract Correlated Data option in extraction wizard
Hi @Sathish_Kumar_S ,
We could also try to extract data with the one Get Text
activity for the Larger Area than each specific Values and then perform String/Regex Manipulation methods to get each values from the Extracted text.