Auto Generate Data Table

Hey Developers,

Is it possible to autofill information into a data table from an application?

For example, the app gives me information about a certain amount of individuals one by one. Can I loop a get text from each field and have it fill out a data table?

Or can I have it fill out an Excel sheet with the information?

(New to UiPath please explain in Layman’s Terms if possible)

Hi @MichaelB2442

If you are getting the output from the application in table format then use the extract table data activity to extract the table data into a datable activity then use write range workbook activity to write the datatable into a excel file.

If you are getting the data one by one then you are better to use the get text activity and add the get text data to a datatable by using add data row activity then use the write range workbook activity to write the datatable to excel.

These are the two approaches we can follow but it will decide based on the data you are getting from application.

Hope it helps!!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.