How to build data table without data scraping

Hi, what can i do to make this table? because data scrapping not working to scrape this table… this table is from web and i need to put it in excel.
i also tried using screen scraping but the table seem run from it format…
Thank you

Hi Afiqah,
You can use Build DataTable activity.
Use Get Text to retrieve value of each element.
Use Add Data Row activity to populate the data table.
Thanks,
Tuhin

hi Tuhin_Samanta

Like this? but how to put OER and RM/Tonne in each grade ?
sorry

You have to retrive the data and add the data in array format like: {“test-region”,45,56,67}

I understand it now, :smiley: so how to use the get text activity in my situation?