Edit

Extract data from a Word table

You might want to extract table data from a Microsoft Word document. However, the Get details of a UI element in window action can't retrieve the value of the Own text attribute from UI elements in Word tables. This limitation occurs because these elements don't have the Own text attribute available.

Extract tables from PDF action

To extract table data from a Word document, follow these steps:

  1. Convert the Word document to a PDF (Portable Document Format).
  2. Use the Extract tables from PDF action to extract the table data into a datatable variable that you can manipulate to retrieve the values you need.