How to take multiple selected info from web excel in uipath

Hi All,

From webpage i want to copy multiple selections of infromation to the excel.
Like from one page i want to copy, ID, body of info, bottom sections all these details info into one single excel sheet.
Please suggest,

Thanks & Regards,
Niranjan

Hi @niranjan.kummara

To copy multiple pieces of information from a webpage to an Excel sheet in UiPath, you can use the following steps:

  1. Use the Open Browser activity to open the webpage that you want to scrape.
  2. Use the Find Element activity to locate the elements on the page that contain the information you want to extract. You can use the appropriate selector type (e.g., xpath, css selector, etc.) to identify the elements.
  3. Use the Get Attribute activity to extract the desired information from each element. For example, if you want to extract the text of an element, you can use the InnerText attribute.
  4. Store the extracted information in variables.
  5. Use the Excel Application Scope activity to open the Excel sheet where you want to copy the information.
  6. Use the Write Cell activity to write the extracted information to the appropriate cells in the Excel sheet.

I hope this helps!

@Kaviyarasu_N could you please help me with sample workflow.