I was trying to extract all information from the transaction ME1M but via Extract Table I can’t… So I was trying via Data Scraping, but it does not bring all the information I need.
If so generally you have an export option which exports data to excel did you check it?
If it is not present then you can go with getting each cell separately and add the data as you need…or get data at row level and extract each row and get it seprately and merge
You can extract the text and then read the data into UiPath and then convert to datatable as you need and delete the text file
Also if you need only in dtataable and if extract datatable is not possible then you need to go with extracting eqch cell and append as you need …mostly the cell items will have tablerow and col properties which can be used to extract each cell