Extracting DataTable to Another Table

Hi, All!

I hope you are well.

I need your help for extracting data table and writing the values into another table.

1-) I have a table in PDF file. I colleted all values via data scraping. It creates a data table.
image

2-) You can see the application that I have to type values into below;

3-) TypeInto activity doesn’t work. I want to write all values into the table. How can I do it?

Thank you for your help in advance!

Sincerely

Hey,
You can store the data table in Excel and then you can use for each row activity
You can use set text activity
It will work
Thanks,
Rounak

Hi @Guray_Karaarslan

Have you tried by setting the Click Before typing property to True

image