Hello,
How can you copy from a webpage and paste into an excel sheet through ui path?
Hello,
How can you copy from a webpage and paste into an excel sheet through ui path?
Hi
Welcome to uipath forum
If we are trying to get a table structure data from web page and paste it in excel then directly use DATA EXTRACTION
It will help us in extracting the data from that tabular format in web page and gives us data table as output
We can write that data table to excel using WRITE RANGE activity
Here you go with an example of how to use data extraction
Or
If we are trying to get single text or a individual value from a web page then use GET TEXT activity and save it as a string variable
Which we can write back to excel with WRITE CELL activity
Hope this would help you
Cheers @Ahmed_Shaila